Skip to content

Commit

Permalink
GH: Allow backport workflow to trigger actions
Browse files Browse the repository at this point in the history
We need this otherwise the created pull request from
the backport tool will not trigger any actions (like
linting) to run.
  • Loading branch information
tvdeyen committed Feb 27, 2025
1 parent fcf5ade commit 78e68e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:

jobs:
backport:
permissions:
contents: read
pull-requests: write
actions: write
runs-on: ubuntu-latest
if: |
github.event.pull_request.merged == true
Expand Down

0 comments on commit 78e68e7

Please sign in to comment.