Skip to content

Commit

Permalink
[TASK] introduce backport workflow (#574)
Browse files Browse the repository at this point in the history
Co-authored-by: lina.wolf <[email protected]>
  • Loading branch information
linawolf and linawolf authored Apr 6, 2022
1 parent 4f6ccc1 commit 33a4278
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/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 33a4278

Please sign in to comment.