chore: create label-syncer through action ui

This commit is contained in:
David Dias 2020-03-24 19:31:07 +00:00 committed by GitHub
parent 8200fafb9b
commit f77b70919a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
.github/workflows/label-syncer.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: Label syncer
on:
push:
paths:
- '.github/labels.yml'
branches:
- master
jobs:
build:
name: Sync labels
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1.0.0
- uses: micnncim/action-label-syncer@v0.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}