Skip to content

Commit cbe6d9d

Browse files
authored
docs: note workflow filename resolution (#105333)
1 parent 0dc19bb commit cbe6d9d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ Skills own workflows; root owns hard policy and routing.
163163
- Issue/PR start: `git status -sb`; if clean, `git pull --ff-only`; if dirty, yell before pull/rebase.
164164
- PR refs: `gh pr view/diff` or `gh api`, not web search. Prefer `gitcrawl` for maintainer discovery; missing/stale `gitcrawl` falls through to live `gh`, not contributor setup. Verify live with `gh` before mutation.
165165
- zsh: quote `gh api` endpoints containing `?` or brackets; otherwise glob expansion corrupts the invocation.
166+
- GitHub Actions: resolve workflow files from `.github/workflows` or API; never infer filenames from display names.
166167
- zsh: quote command globs; unmatched patterns abort before the tool runs.
167168
- `scripts/pr` artifacts: preserve template enum values; validate before prepare.
168169
- Bare issue/PR URL/number: inspect live and take the efficient maintainer path; switch branches/refs when useful.

0 commit comments

Comments
 (0)