diff options
-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' && ( |