Skip to content

Commit d1d5581

Browse files
authored
Add issues write permission to untriaged label workflow (#266)
Signed-off-by: shreyah963 <shreyab963@gmail.com>
1 parent 2f719a4 commit d1d5581

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/add-untriaged.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ on:
44
issues:
55
types: [opened, reopened, transferred]
66

7+
permissions:
8+
issues: write
9+
710
jobs:
811
apply-label:
912
runs-on: ubuntu-latest
1013
steps:
11-
- uses: actions/github-script@v6
14+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
1215
with:
1316
script: |
1417
github.rest.issues.addLabels({

0 commit comments

Comments
 (0)