Skip to content

Commit

Permalink
Backport action (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
philkra committed May 5, 2023
1 parent 2189337 commit b4bdc3b
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:
types:
- closed
- labeled

jobs:
backport:
runs-on: ubuntu-latest
name: Backport
steps:
- name: Backport
uses: tibdex/backport@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b4bdc3b

Please sign in to comment.