mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
21 lines
658 B
YAML
21 lines
658 B
YAML
name: Backport
|
|
on:
|
|
pull_request:
|
|
types:
|
|
- closed
|
|
- labeled
|
|
|
|
jobs:
|
|
backport:
|
|
runs-on: ubuntu-18.04
|
|
name: Backport
|
|
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.25
|
|
with:
|
|
bot_username: qgis-bot
|
|
bot_token: ddbdec32940df79f1adf2369b4b10f10b5a66f65
|
|
bot_token_key: a1b2c3d47311f8e29e204f85a81b4df4a44e252c
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|