Skip to content

Commit fd2c17f

Browse files
ashwin-antclaude
andauthored
feat: enhance issue triage workflow with priority labeling and OIDC support (#540)
- Add id-token write permission for OIDC token exchange - Update prompt to emphasize adding P1/P2/P3 priority labels based on label descriptions - Ensure Claude selects appropriate priority labels from the available options 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent a4a723b commit fd2c17f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/issue-triage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
permissions:
1212
contents: read
1313
issues: write
14+
id-token: write
1415

1516
steps:
1617
- name: Checkout repository
@@ -78,7 +79,7 @@ jobs:
7879
4. Select appropriate labels from the available labels list provided above:
7980
- Choose labels that accurately reflect the issue's nature
8081
- Be specific but comprehensive
81-
- Select priority labels if you can determine urgency (high-priority, med-priority, or low-priority)
82+
- IMPORTANT: Add a priority label (P1, P2, or P3) based on the label descriptions from gh label list
8283
- Consider platform labels (android, ios) if applicable
8384
- If you find similar issues using mcp__github__search_issues, consider using a "duplicate" label if appropriate. Only do so if the issue is a duplicate of another OPEN issue.
8485

0 commit comments

Comments
 (0)