mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
ci(backport): add write permissions for contents/pull_requests
The workflow needs to create commits and PRs. [skip ci]
This commit is contained in:
parent
e501aac7ff
commit
0c1b80efec
3
.github/workflows/backport.yml
vendored
3
.github/workflows/backport.yml
vendored
@ -4,6 +4,9 @@ on:
|
||||
types: [closed, labeled]
|
||||
jobs:
|
||||
backport:
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
name: Backport Pull Request
|
||||
if: >
|
||||
github.repository_owner == 'neovim' && (
|
||||
|
Loading…
Reference in New Issue
Block a user