aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2021-03-19 15:04:40 +0100
committerGitHub <noreply@github.com>2021-03-19 15:04:40 +0100
commitbbdf037bc6a8715849b5c9e2a12441f7c86de8ba (patch)
treee84e5f18b830f8e75be6d668506941fcdd154387
parent338a3c4a267bfdca3256525c423e04fcda7d27b9 (diff)
parent5edc28e933a04b8295ca6148738eedde7e953001 (diff)
downloadPROJ-bbdf037bc6a8715849b5c9e2a12441f7c86de8ba.tar.gz
PROJ-bbdf037bc6a8715849b5c9e2a12441f7c86de8ba.zip
Merge pull request #2586 from kbevers/update-backport-bot
Update backport action to what is currently used by QGIS
-rw-r--r--.github/workflows/backport.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
index f937c2ce..f00402be 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -12,9 +12,6 @@ jobs:
steps:
- name: Backport Bot
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.1.1
with:
- bot_username: PROJ-BOT
- bot_token: c1c49a5799d0a3a3885db8a4792880cbe509c1d6
- bot_token_key: b01bdebf64595ed77207019258316df1b05ff6ac
github_token: ${{ secrets.GITHUB_TOKEN }}