diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2021-03-19 13:38:40 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2021-03-19 13:38:40 +0100 |
| commit | 5edc28e933a04b8295ca6148738eedde7e953001 (patch) | |
| tree | e84e5f18b830f8e75be6d668506941fcdd154387 /.github | |
| parent | 338a3c4a267bfdca3256525c423e04fcda7d27b9 (diff) | |
| download | PROJ-5edc28e933a04b8295ca6148738eedde7e953001.tar.gz PROJ-5edc28e933a04b8295ca6148738eedde7e953001.zip | |
Update backport action to what is currently used by QGIS
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/backport.yml | 5 |
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 }} |
