chore: GH action sync labels

This commit is contained in:
Oskar Thoren
2022-07-27 16:09:08 +08:00
parent f0dccb4713
commit ee1fce4971

17
.github/workflows/sync-labels.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
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