Skip to content

Commit

Permalink
setup mdal-bot (backport)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Jan 9, 2020
1 parent d064fa9 commit 65c45b4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Backport
on:
pull_request:
types:
- closed
- labeled

jobs:
backport:
if: contains( join(github.event.pull_request.labels.*.name), 'backport')
runs-on: ubuntu-18.04
name: Backport
steps:
- name: Backport Bot
uses: Gaurav0/backport@v1.0.24
with:
bot_username: mdal-bot
bot_token: 1b4g74b295d794933b3efc4b596g699893212cd6
bot_token_key: 1111111101111101111111111111111111111111
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 65c45b4

Please sign in to comment.