Skip to content

feat: add a more comprehensive labeler example for self-use and demonstration #94

feat: add a more comprehensive labeler example for self-use and demonstration

feat: add a more comprehensive labeler example for self-use and demonstration #94

Workflow file for this run

name: Label PRs with published action as canary
on:
- pull_request
- issues
jobs:
apply_labels:
runs-on: ubuntu-latest
steps:
- uses: srvaroa/labeler@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"