mirror of
https://github.com/zoriya/v10.git
synced 2026-08-09 23:58:06 +00:00
chore(ci): update workflows for new triage system (#1217)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
6a4dbba2e4
commit
c3327d18a0
@@ -0,0 +1,18 @@
|
||||
name: Auto-label new issues
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
|
||||
jobs:
|
||||
add-triage:
|
||||
if: github.event.issue.pull_request == null
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
issues: write
|
||||
steps:
|
||||
- run: gh issue edit "$NUMBER" --add-label triage
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
GH_REPO: ${{ github.repository }}
|
||||
NUMBER: ${{ github.event.issue.number }}
|
||||
Reference in New Issue
Block a user