Skip to content

Create default labels #1

Create default labels

Create default labels #1

Workflow file for this run

name: Create default labels
on:
workflow_dispatch:
create:
branches: [ main ]
jobs:
create-labels:
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