Skip to content

ci(SPV-992): add sync labels workflow (#114) #1

ci(SPV-992): add sync labels workflow (#114)

ci(SPV-992): add sync labels workflow (#114) #1

Workflow file for this run

# Workflow: https://github.com/micnncim/action-label-syncer
# Export your labels: https://github.com/micnncim/label-exporter
name: sync-labels
on:
push:
branches:
- master
- main
paths:
- .github/labels.yml
jobs:
sync-labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: micnncim/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
manifest: .github/labels.yml