mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07:00
Merge pull request #17330 from dundargoc/ci/add-reviewer-from-label
ci: add write permissions to add-reviewer job
This commit is contained in:
commit
0290889fa9
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