| name: Backport | |
| on: | |
| pull_request_target: | |
| types: | |
| - closed | |
| - labeled | |
| branches: | |
| - master | |
| jobs: | |
| backport: | |
| runs-on: ubuntu-18.04 | |
| name: Backport | |
| steps: | |
| - name: Backport | |
| uses: zephyrproject-rtos/action-backport@v1.1.1-1 | |
| with: | |
| github_token: ${{ secrets.ZB_GITHUB_TOKEN }} | |
| issue_labels: backport |