Skip to content

Commit 78e68e7

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 fcf5ade commit 78e68e7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.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)