Skip to content

init

init #1

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Sync labels
on:
workflow_dispatch:
push:
branches:
- main
- next
paths:
- .github/labels.yml
jobs:
labels:
name: Sync labels
runs-on: ubuntu-latest
permissions:
contents: read
issues: 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 }}