Skip to content

chore(github): standardize repo governance (#442) #237

chore(github): standardize repo governance (#442)

chore(github): standardize repo governance (#442) #237

Workflow file for this run

name: Sync Labels
on:
push:
branches: [main, master]
paths:
- .github/labels.yml
- .github/workflows/label-sync.yml
workflow_dispatch: {}
permissions:
contents: read
issues: write
jobs:
sync:
name: Sync Labels
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: crazy-max/ghaction-github-labeler@24d110aa46a59976b8a7f35518cb7f14f434c916 # v5.3.0
with:
yaml-file: .github/labels.yml
skip-delete: false