Add workflow for triage skill#5566
Conversation
Agent markdown files use non-standard frontmatter that triggers false lint failures. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
| - name: Install gh-aw extension | ||
| uses: github/gh-aw-actions/setup-cli@bc56a0cad2f450c562810785ef38649c04db812a # v0.72.1 | ||
| with: | ||
| version: v0.72.1 |
There was a problem hiding this comment.
Latest release is 0.74.4.
Also consider filing a follow-up issue to enable Renovate to update this version across all relevant files.
There was a problem hiding this comment.
I'm not seeing the related compiled workflow file, triage.lock.yml. That needs to be included.
|
|
||
| permissions: | ||
| contents: read | ||
| issues: read |
There was a problem hiding this comment.
Doesn't this need write permission?
|
|
||
| ## Your Task | ||
|
|
||
| When this workflow is triggered by a new issue, triage it using the `triage` skill. |
There was a problem hiding this comment.
Is the triage skill going to work in an automated way? That skill has various language that assumes an interactive experience:
source-build/.github/skills/triage/SKILL.md
Line 323 in 5ab9284
source-build/.github/skills/triage/SKILL.md
Line 327 in 5ab9284
source-build/.github/skills/triage/SKILL.md
Line 365 in 5ab9284
Adds a github workflow to triage new issues