Skip to content

add: label syncer

add: label syncer #1

name: "Sync labels"
on:
push:
paths:
- '.github/labels.yml'
- '.github/workflows/call-label-syncer.yml'
branches:
- main
jobs:
build:
name: Sync labels
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: micnncim/[email protected]
with:
manifest: .github/labels.yml
repository: |
goatcommunity/goat
goatcommunity/infra
goatcommunity/goat-accounts
goatcommunity/ums
token: ${{ secrets.PAT }}