Skip to content

Commit 448b732

Browse files
Merge branch 'main' into copilot/concurrency-fix-assign-to-agent
2 parents 506da6a + b2ef1f3 commit 448b732

5 files changed

Lines changed: 33 additions & 69 deletions

File tree

.github/workflows/pr-code-quality-reviewer.lock.yml

Lines changed: 11 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/pr-code-quality-reviewer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
events: [pull_request_comment, pull_request_review_comment]
1919
engine:
2020
id: pi
21+
model: copilot/gpt-5.4
2122
permissions:
2223
contents: read
2324
issues: read

docs/src/content/docs/guides/ai-issue-triage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Use `duplicate` only when the match is strong and include the issue number in th
4646

4747
`add-labels` and `add-comment` matter for security because the agent does not receive direct write access to issues. gh-aw validates label names and comment output before posting, which reduces the risk of prompt injection turning repository analysis into unrestricted writes.
4848

49+
Every label listed under `allowed` must already exist in the target repository. `bug`, `feature`, and `question` ship as GitHub defaults, but labels such as `needs-info`, `priority/p0`, `priority/p1`, and `priority/p2` do not, and applying a missing label fails at runtime. Create them before the first run with `gh label create needs-info` (repeat per label) or from the repository's Settings > Labels page.
50+
4951
## Related pages
5052

5153
- [Run Claude Code in GitHub Actions with gh-aw](/gh-aw/engines/claude/)

0 commit comments

Comments
 (0)