Skip to content

Merge remote-tracking branch 'origin/develop' into feature/add-skills #4

Merge remote-tracking branch 'origin/develop' into feature/add-skills

Merge remote-tracking branch 'origin/develop' into feature/add-skills #4

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