Skip to content

chore: rename all in .github to *.yaml (#170) #2

chore: rename all in .github to *.yaml (#170)

chore: rename all in .github to *.yaml (#170) #2

Workflow file for this run

name: Sync Labels
on:
push:
branches:
- main
paths:
- '.github/labels.yaml'
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: micnncim/action-label-syncer@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
manifest: .github/labels.yaml
prune: true