vac.dev/.github/workflows/sync-labels.yml
oskarth 73e46553d9
Update staging (#83)
* ci: Add new issues to project board

* chore: Add GH labels

* chore: Sync labels

* Update README

Small change to trigger CI
2022-07-29 15:40:32 +08:00

18 lines
348 B
YAML

name: Sync labels
on:
push:
branches:
- master
paths:
- .github/labels.yml
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: micnncim/action-label-syncer@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
manifest: .github/labels.yml