Skip to content

Sync labels

Sync labels #2

Workflow file for this run

# Syncs labels from this repo to all user-facing repos in the org.
# Run manually or on push to labels.yml.
name: Sync labels
on:
workflow_dispatch:
push:
paths:
- '.github/labels.yml'
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Sync labels
uses: srealmoreno/label-sync-action@v2
with:
token: ${{ secrets.LABEL_SYNC_TOKEN }}
auto-discover-repos: true
account-type: org
owner: Dictionarry-Hub
exclude-repos: |
.github
parrot
exclude-archived-repos: true