Skip to content

Switch to Flowcrafter-managed workflows #24

Switch to Flowcrafter-managed workflows

Switch to Flowcrafter-managed workflows #24

Workflow file for this run

---
name: GitHub
"on":
push:
branches:
- main
jobs:
labels:
name: Sync labels
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Sync labels
uses: micnncim/action-label-syncer@v1.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
manifest: .github/labels.yml