Skip to content

Commit

Permalink
switch to QGIS m-kuhn/backport method
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed May 7, 2021
1 parent 0f3ddbd commit 8ba01d5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/backport.yml
Expand Up @@ -7,14 +7,12 @@ on:

jobs:
backport:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
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: Gaurav0/backport@v1.0.26
uses: m-kuhn/backport@v1.2.2
with:
bot_username: MapServer-backport-bot
bot_token: ${{ secrets.BOT_TOKEN }}
bot_token_key: ${{ secrets.BOT_TOKEN_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8ba01d5

Please sign in to comment.