mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
workflows/backport: improve testability in forks
Granting the "issues: write" permission allows creating the "port to stable" label, if it doesn't exist, yet. This avoids failing the workflow when testing in a fork without that label.
This commit is contained in:
parent
f86f81ef0f
commit
e8906ae26c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/backport.yml
vendored
1
.github/workflows/backport.yml
vendored
|
@ -11,6 +11,7 @@ on:
|
|||
|
||||
permissions:
|
||||
contents: read
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue