add agentic workflow for ai triage issue - #336
Conversation
8e5a01e to
ec47507
Compare
|
Nice! Is it possible to test or see some example output somewhere? If it can be useful for your tests this is the agent I use for reviewing (always wip). |
|
|
||
| concurrency: | ||
| group: "gh-aw-${{ github.workflow }}-${{ github.event.issue.number || inputs.item_number || github.run_id }}-${{ github.event.label.name || github.run_id }}" | ||
| queue: max |
There was a problem hiding this comment.
🚫 [actionlint] reported by reviewdog 🐶
unexpected key "queue" for "concurrency" section. expected one of "cancel-in-progress", "group" [syntax-check]
| runs-on: ubuntu-latest | ||
| permissions: | ||
| contents: read | ||
| copilot-requests: write |
There was a problem hiding this comment.
🚫 [actionlint] reported by reviewdog 🐶
unknown permission scope "copilot-requests". all available permission scopes are "actions", "artifact-metadata", "attestations", "checks", "contents", "deployments", "discussions", "id-token", "issues", "models", "packages", "pages", "pull-requests", "repository-projects", "security-events", "statuses" [permissions]
| concurrency: | ||
| group: "gh-aw-conclusion-ai-issue-triage" | ||
| cancel-in-progress: false | ||
| queue: max |
There was a problem hiding this comment.
🚫 [actionlint] reported by reviewdog 🐶
unexpected key "queue" for "concurrency" section. expected one of "cancel-in-progress", "group" [syntax-check]
| runs-on: ubuntu-latest | ||
| permissions: | ||
| contents: read | ||
| copilot-requests: write |
There was a problem hiding this comment.
🚫 [actionlint] reported by reviewdog 🐶
unknown permission scope "copilot-requests". all available permission scopes are "actions", "artifact-metadata", "attestations", "checks", "contents", "deployments", "discussions", "id-token", "issues", "models", "packages", "pages", "pull-requests", "repository-projects", "security-events", "statuses" [permissions]
|
@AntonioCeppellini is it draft or final? ci fails |
Description
Add a shared agentic workflow for AI-assisted issue triage.
Changes Made
ai-triagelabel trigger.gpt-5-codexas the initial agent engine.uvx.gh-awmetadata for reproducible workflow compilation.gh aw validate --strictandgit diff --check.Related Issues
Fixes #331
Checklist