DynamicPageList3/.github/workflows/backport.yml

15 lines
325 B
YAML
Raw Normal View History

2021-12-16 22:10:27 +00:00
name: Backport
on:
pull_request_target:
types: [opened, closed, labeled, unlabeled, synchronize]
jobs:
backport:
name: Backport Action
runs-on: ubuntu-latest
steps:
- name: Backport
uses: sqren/backport-github-action@v7.3.2
2021-12-16 22:10:27 +00:00
with:
github_token: ${{ secrets.GITHUB_TOKEN }}