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