2020-09-09 20:59:15 +08:00
|
|
|
name: Backport
|
|
|
|
on:
|
|
|
|
pull_request_target:
|
|
|
|
types:
|
|
|
|
- closed
|
|
|
|
- labeled
|
2021-02-15 05:35:13 +08:00
|
|
|
branches:
|
|
|
|
- master
|
2020-09-09 20:59:15 +08:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
backport:
|
|
|
|
runs-on: ubuntu-18.04
|
|
|
|
name: Backport
|
|
|
|
steps:
|
|
|
|
- name: Backport
|
|
|
|
uses: zephyrproject-rtos/action-backport@v1.1.99
|
|
|
|
with:
|
2021-02-15 07:35:43 +08:00
|
|
|
github_token: ${{ secrets.ZB_GITHUB_TOKEN }}
|