Skip to content

[WIP] Simplified GenericTileIO #3

[WIP] Simplified GenericTileIO

[WIP] Simplified GenericTileIO #3

Workflow file for this run

name: Backport
on:
pull_request:
types:
- closed
- labeled
paths-ignore:
- '_quarto.yml'
- 'quarto-materials/*'
- '**/.md'
jobs:
backport:
name: Backport
runs-on: ubuntu-22.04
if: >
github.event.pull_request.merged &&
(
github.event.action == 'closed' ||
(
github.event.action == 'labeled' &&
contains(github.event.label.name, 'backport')
)
)
steps:
- name: Backport
uses: zephyrproject-rtos/[email protected]
with:
issue_labels: Backport
github_token: ${{ secrets.GITHUB_TOKEN }}