ci(backport): add write permissions for contents/pull_requests

The workflow needs to create commits and PRs.

[skip ci]
This commit is contained in:
James McCoy 2021-10-30 16:27:54 -04:00
parent e501aac7ff
commit 0c1b80efec
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -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' && (