We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f856a7 commit 0f69137Copy full SHA for 0f69137
.github/workflows/auto-add-issues.yaml
@@ -4,17 +4,6 @@ on:
4
types:
5
- opened
6
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
-
18
add-to-project:
19
name: Add issue to project
20
runs-on: ubuntu-latest
0 commit comments