Skip to content

Commit bf9722b

Browse files
committed
Add issues write permission to untriaged label workflow
Signed-off-by: shreyah963 <shreyab963@gmail.com>
1 parent 82f99b1 commit bf9722b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/add-untriaged.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ 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

0 commit comments

Comments
 (0)