Skip to content

Commit

Permalink
Add Backport GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Sep 10, 2020
1 parent 0f8785b commit f763666
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 f763666

Please sign in to comment.