mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-26 02:40:24 -06:00
Update backport.yml
This commit is contained in:
parent
a6d9da66b2
commit
211f551107
23
.github/workflows/backport.yml
vendored
23
.github/workflows/backport.yml
vendored
@ -1,16 +1,9 @@
|
|||||||
name: Backport
|
- name: Backport
|
||||||
on:
|
uses: qcastel/github-actions-backport@master
|
||||||
pull_request:
|
with:
|
||||||
types:
|
backport-branches-regex: "*"
|
||||||
- closed
|
|
||||||
- labeled
|
|
||||||
|
|
||||||
jobs:
|
git-release-bot-name: "release-bot"
|
||||||
backport:
|
git-release-bot-email: "release-bot@example.com"
|
||||||
runs-on: ubuntu-18.04
|
|
||||||
name: Backport
|
access-token: ${{ secrets.GITHUB_ACCESS_TOKEN }}
|
||||||
steps:
|
|
||||||
- name: Backport
|
|
||||||
uses: tibdex/backport@v1
|
|
||||||
with:
|
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user