diff options
author | James McCoy <jamessan@jamessan.com> | 2021-10-30 16:27:54 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2021-10-30 16:29:02 -0400 |
commit | 0c1b80efecc0d30e431455318ae7cfe2ac67781e (patch) | |
tree | c6729ff691259456dfa7a3f4b36c38a92ba33d2b | |
parent | e501aac7ff89f0ec12bf54123269d40397208820 (diff) | |
download | rneovim-0c1b80efecc0d30e431455318ae7cfe2ac67781e.tar.gz rneovim-0c1b80efecc0d30e431455318ae7cfe2ac67781e.tar.bz2 rneovim-0c1b80efecc0d30e431455318ae7cfe2ac67781e.zip |
ci(backport): add write permissions for contents/pull_requests
The workflow needs to create commits and PRs.
[skip ci]
-rw-r--r-- | .github/workflows/backport.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index e1307b89d2..a02096a2cc 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -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' && ( |