From 0c1b80efecc0d30e431455318ae7cfe2ac67781e Mon Sep 17 00:00:00 2001 From: James McCoy Date: Sat, 30 Oct 2021 16:27:54 -0400 Subject: [PATCH] ci(backport): add write permissions for contents/pull_requests The workflow needs to create commits and PRs. [skip ci] --- .github/workflows/backport.yml | 3 +++ 1 file changed, 3 insertions(+) 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' && (