Skip to content

Commit 0f69137

Browse files
committed
Remove automatic triage/needs-triage label creation
1 parent 3f856a7 commit 0f69137

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Diff for: .github/workflows/auto-add-issues.yaml

-11
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@ on:
44
types:
55
- opened
66
jobs:
7-
add_label:
8-
name: Add needs-triage label to new issues
9-
runs-on: ubuntu-latest
10-
permissions:
11-
issues: write
12-
steps:
13-
- uses: actions/checkout@v3
14-
- run: gh issue edit ${{ github.event.issue.number }} --add-label "triage/needs-triage"
15-
env:
16-
GH_TOKEN: ${{ github.token }}
17-
187
add-to-project:
198
name: Add issue to project
209
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)