mirror of
https://github.com/neovim/neovim.git
synced 2025-11-23 10:36:29 +00: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:
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' && (
|
||||
|
||||
Reference in New Issue
Block a user