Skip to content

Commit 46761e0

Browse files
Provide write permission to crashbot
Write permission to allow github workflow to make comments on issues. Change required due to new security requirement for github workflows
1 parent 4d9bcfb commit 46761e0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/regexCommenter.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]
66

7+
permissions:
8+
issues: write
9+
710
jobs:
811
auto-comment:
912
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)