Skip to content

Commit

Permalink
chore: trigger backport on label addition
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Schmid <[email protected]>
  • Loading branch information
jschmid1 committed Nov 15, 2023
1 parent df2105d commit 7e4c654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Backport
on:
pull_request_target:
types: [closed]
types: [closed, labeled] # runs when the pull request is closed/merged or labeled (to trigger a backport in hindsight)
permissions:
contents: write # so it can comment
pull-requests: write # so it can create pull requests
Expand Down

1 comment on commit 7e4c654

@khcp-gha-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:7e4c654aef13ef4137b6d33260ab7f50461e497b
Artifacts available https://github.com/Kong/kong/actions/runs/6875606394

Please sign in to comment.