Skip to content

chore(ci): define Github labels as code with a workflow #2

chore(ci): define Github labels as code with a workflow

chore(ci): define Github labels as code with a workflow #2

Workflow file for this run

name: labels
on:
pull_request:
paths-ignore:
- .github/labels.yml
- .github/workflows/labels.yml
jobs:
labeler:
permissions:
actions: read
runs-on: ubuntu-latest
steps:
- name: No trigger path triggered for required workflow.
run: exit 0