Skip to content

Add workflows

Add workflows #1

Workflow file for this run

name: Sync labels
on:
push:
paths:
- .github/labels.yml
jobs:
label-syncer:
name: Label Syncer
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