Update backport.yml

This commit is contained in:
Vishwas Shashidhar 2020-01-20 14:04:17 +05:30 committed by GitHub
parent a6d9da66b2
commit 211f551107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}