Skip to content

Commit

Permalink
Merge pull request #6266 from jmckenna/revert-backport
Browse files Browse the repository at this point in the history
revert backport workflow
  • Loading branch information
jmckenna committed Mar 20, 2021
2 parents c471806 + 02ba918 commit 96a1f2a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/backport.yml
@@ -1,6 +1,6 @@
name: Backport
on:
pull_request_target:
pull_request:
types:
- closed
- labeled
Expand All @@ -11,8 +11,10 @@ jobs:
name: Backport
steps:
- name: Backport Bot
id: backport
if: github.event.pull_request.merged && ( ( github.event.action == 'closed' && contains( join( github.event.pull_request.labels.*.name ), 'backport') ) || contains( github.event.label.name, 'backport' ) )
uses: m-kuhn/backport@v1.1.1
uses: Gaurav0/backport@v1.0.26
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
bot_username: MapServer-backport-bot
bot_token: 0cba09450792aa8130ae6ef3de09915654afc8cb
bot_token_key: 665c2358a46ddf0589de5e24a316cdcc64820b2e
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 96a1f2a

Please sign in to comment.