Skip to content

Sync labels

Sync labels #2

Workflow file for this run

---
name: Sync labels
on:
push:
# The default branch
branches:
- main
paths:
- .github/labels.yml
workflow_dispatch:
jobs:
labels:
name: ♻️ Sync labels
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected]
- name: 🚀 Run Label Syncer
uses: micnncim/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}