Skip to content

Commit e306fe0

Browse files
[instructions] Sync engine list and ignored-roles with code (v0.79.8) (#39527)
1 parent ce76a71 commit e306fe0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/aw/syntax-agentic.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ description: Agentic workflow specific frontmatter fields for GitHub Agentic Wor
3434
- **`window:`** - Time window in minutes (integer 1-180, default: 60)
3535
- **`events:`** - Event types to apply rate limiting to (array; if omitted, applies to all programmatic events)
3636
- Available: `workflow_dispatch`, `issue_comment`, `pull_request_review`, `pull_request_review_comment`, `issues`, `pull_request`, `discussion_comment`, `discussion`
37-
- **`ignored-roles:`** - Roles exempt from rate limiting (array, default: `[admin, maintain, write]`). Set to `[]` to apply to all users.
37+
- **`ignored-roles:`** - Roles exempt from rate limiting (array of `admin`, `maintain`, `write`, `triage`, `read`; default: `[admin, maintain, write]`). Set to `[]` to apply to all users.
3838
- Example:
3939

4040
```yaml
@@ -268,12 +268,12 @@ description: Agentic workflow specific frontmatter fields for GitHub Agentic Wor
268268
- `setup-steps`/`pre-steps` also apply to built-in jobs (e.g. `activation`): use `setup-steps` for OIDC/secret bootstrap that must run before framework token minting, then verify the result in `pre-steps`.
269269

270270
- **`engine:`** - AI processor configuration
271-
- String format: `"copilot"` (default, recommended), `"claude"`, `"codex"`, `"gemini"`, or `"opencode"` (experimental)
271+
- String format: `"copilot"` (default, recommended), `"claude"`, `"codex"`, `"gemini"`, or the experimental `"opencode"`, `"crush"`, `"pi"`
272272
- Object format for extended configuration:
273273

274274
```yaml
275275
engine:
276-
id: copilot # Required: coding agent identifier (copilot, claude, codex, gemini, or opencode)
276+
id: copilot # Required: coding agent identifier (copilot, claude, codex, gemini; experimental: opencode, crush, pi)
277277
version: beta # Optional: version of the action (has sensible default); also accepts GitHub Actions expressions: ${{ inputs.engine-version }}
278278
model: gpt-5 # Optional: LLM model to use (has sensible default)
279279
agent: technical-doc-writer # Optional: custom agent file (Copilot only, references .github/agents/{agent}.agent.md)

0 commit comments

Comments
 (0)