Skip to content

Commit

Permalink
Merge pull request #53 from SDFIdk/backport-52-to-1.2
Browse files Browse the repository at this point in the history
[Backport 1.2] Add backport action
  • Loading branch information
kbevers authored Oct 26, 2022
2 parents 1f61de9 + 75214c2 commit 19f0cc2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Backport
on:
pull_request_target:
types:
- closed
- labeled

jobs:
backport:
runs-on: ubuntu-18.04
name: Backport
steps:
- name: Backport
uses: m-kuhn/backport@v1.2.7
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 19f0cc2

Please sign in to comment.