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