Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions .github/workflows/firewall-issue-dispatcher.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions .github/workflows/firewall-issue-dispatcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,12 @@ For each **unprocessed** issue:
2. **Comment on the original `github/gh-aw` issue** linking to the newly created tracking issue. Use this exact format:
> 🔗 AWF tracking issue: https://github.com/github/gh-aw-firewall/issues/{NUMBER}

where `{NUMBER}` is replaced with **only the numeric issue number** (e.g., `1896`). Do NOT include the repository name, hash symbols, or any other text — just the number in the URL path. Use the `add_comment` safe output tool with `repo: "github/gh-aw"` and the original issue number.
`create_issue` may return a reference like `github/gh-aw-firewall#2159`. Extract only the trailing digits before composing the URL.
- Valid: `https://github.com/github/gh-aw-firewall/issues/2159`
- Invalid: `https://github.com/github/gh-aw-firewall/issues/github/gh-aw-firewall#2159`
- Invalid: `https://github.com/github/gh-aw-firewall/issues/#2159`

where `{NUMBER}` is replaced with **only the numeric issue number** (e.g., `1896`). Do NOT include the repository name, hash symbols, or any other text — just the number in the URL path. Use the `add_comment` safe output tool with `repo: "github/gh-aw"` and the original issue number.
Use the `add_comment` safe output tool with `repo: "github/gh-aw"` and the original issue number.
Comment on lines +85 to +90
Copy link

Copilot AI Apr 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This workflow has a compiled companion .lock.yml and the compiled job includes a lock staleness check; updating the .md without regenerating firewall-issue-dispatcher.lock.yml will cause the workflow to report a stale lock file (and may keep the runtime prompt out of sync). Please run gh aw compile and commit the updated .github/workflows/firewall-issue-dispatcher.lock.yml in this PR.

Copilot uses AI. Check for mistakes.

### 4. Report Results

Expand Down
Loading