mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 11:56:57 +03:00
ci: fix permissions for backport workflow
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
bff8d7220d
commit
f747ae949c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/backport.yml
vendored
1
.github/workflows/backport.yml
vendored
|
|
@ -16,6 +16,7 @@ jobs:
|
|||
permissions:
|
||||
contents: write # for korthout/backport-action to create branch
|
||||
pull-requests: write # for korthout/backport-action to create PR to backport
|
||||
actions: write # for korthout/backport-action to create PR with workflow changes
|
||||
name: Backport Pull Request
|
||||
if: github.repository_owner == 'PrismLauncher' && github.event.pull_request.merged == true && (github.event_name != 'labeled' || startsWith('backport', github.event.label.name))
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue