Skip to content

feat: deprecate old-zephyr workflow, update to zephyr with docker #2

feat: deprecate old-zephyr workflow, update to zephyr with docker

feat: deprecate old-zephyr workflow, update to zephyr with docker #2

Workflow file for this run

name: Label PR
on:
pull_request:
types: [opened]
permissions:
contents: read
jobs:
pr-labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v5.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}