mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 21:57:29 +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
@@ -188,7 +188,7 @@ jobs:
|
||||
|
||||
# Check for existing open issue (dedup by drift-type + component name)
|
||||
EXISTING=$(gh issue list \
|
||||
--label "docs:reference" \
|
||||
--label "docs" \
|
||||
--search "docs(reference): add $NAME API reference page" \
|
||||
--state open \
|
||||
--json number \
|
||||
@@ -228,7 +228,7 @@ jobs:
|
||||
gh issue create \
|
||||
--title "docs(reference): add $NAME API reference page" \
|
||||
--body "$BODY" \
|
||||
--label "docs,docs:reference,site,components" \
|
||||
--label "docs,site,components" \
|
||||
$ASSIGNEE_FLAG
|
||||
|
||||
echo "Created issue for component $NAME"
|
||||
@@ -251,7 +251,7 @@ jobs:
|
||||
|
||||
# Check for existing open issue
|
||||
EXISTING=$(gh issue list \
|
||||
--label "docs:reference" \
|
||||
--label "docs" \
|
||||
--search "docs(reference): add $NAME API reference page" \
|
||||
--state open \
|
||||
--json number \
|
||||
@@ -291,7 +291,7 @@ jobs:
|
||||
gh issue create \
|
||||
--title "docs(reference): add $NAME API reference page" \
|
||||
--body "$BODY" \
|
||||
--label "docs,docs:reference,site" \
|
||||
--label "docs,site" \
|
||||
$ASSIGNEE_FLAG
|
||||
|
||||
echo "Created issue for util $NAME"
|
||||
@@ -380,7 +380,7 @@ jobs:
|
||||
|
||||
Title: `docs(site): stale docs from #$PR_NUMBER`
|
||||
|
||||
Labels: `docs,docs:reference,site,triage`
|
||||
Labels: `docs,site`
|
||||
|
||||
Body (use this structure exactly):
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user