We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d6cfe commit fe9555bCopy full SHA for fe9555b
.github/workflows/label_new_issues.yml
@@ -3,6 +3,9 @@ on:
3
issues:
4
types: [opened]
5
6
+permissions:
7
+ issues: write
8
+
9
jobs:
10
add-label:
11
runs-on: ubuntu-latest
0 commit comments