Skip to content

chore(ci): sync org-wide label taxonomy #1

chore(ci): sync org-wide label taxonomy

chore(ci): sync org-wide label taxonomy #1

Workflow file for this run

name: Sync labels
# Keeps this repo's labels identical to .github/labels.yml (the org core set).
on:
push:
branches: [main]
paths: [".github/labels.yml"]
workflow_dispatch:
permissions:
issues: write
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crazy-max/ghaction-github-labeler@v5
with:
yaml-file: .github/labels.yml
skip-delete: true
dry-run: false