fix(label-security-report): grant issues: write permissions
This commit is contained in:
parent
5317d6fa68
commit
1d58990c5a
2
.github/workflows/label_security_issue.yml
vendored
2
.github/workflows/label_security_issue.yml
vendored
@ -8,6 +8,8 @@ on:
|
||||
jobs:
|
||||
label-security-report:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
issues: write
|
||||
|
||||
steps:
|
||||
- name: Check if issue title starts with "Security Report -"
|
||||
|
Loading…
Reference in New Issue
Block a user