Skip to content

Commit 515fe1a

Browse files
committed
GH: Allow backport workflow to trigger actions
We need this otherwise the created pull request from the backport tool will not trigger any actions (like linting) to run.
1 parent bf88052 commit 515fe1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/backport.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55

66
jobs:
77
backport:
8+
permissions:
9+
contents: read
10+
pull-requests: write
11+
actions: write
812
runs-on: ubuntu-latest
913
if: |
1014
github.event.pull_request.merged == true

0 commit comments

Comments
 (0)