mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
ci: add write permissions to add-reviewer job
This commit is contained in:
parent
1a5e893cee
commit
79bacb0973
2
.github/workflows/labeler.yml
vendored
2
.github/workflows/labeler.yml
vendored
@ -36,6 +36,8 @@ jobs:
|
||||
add-reviewer:
|
||||
runs-on: ubuntu-latest
|
||||
needs: ["triage", "type-scope"]
|
||||
permissions:
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/github-script@v5
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user