ci: add issues permission to Manage Labels workflow (#5706)
This commit is contained in:
parent
8b68bb74fb
commit
1932f9a836
1 changed files with 1 additions and 0 deletions
1
.github/workflows/add-labels.yml
vendored
1
.github/workflows/add-labels.yml
vendored
|
|
@ -9,6 +9,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull-requests: write
|
||||
issues: write
|
||||
steps:
|
||||
- name: Manage LGTM Review Label
|
||||
uses: actions/github-script@v7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue