Skip to content

Commit 641ecda

Browse files
authored
Add issues write permission to untriaged label workflow (#959)
Signed-off-by: shreyah963 <shreyab963@gmail.com>
1 parent 8357965 commit 641ecda

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)