Skip to content

Merge pull request #13 from CodeWithJuber/claude/forgekit-docs-restru… #1

Merge pull request #13 from CodeWithJuber/claude/forgekit-docs-restru…

Merge pull request #13 from CodeWithJuber/claude/forgekit-docs-restru… #1

Workflow file for this run

# Sync repo labels from .github/labels.yml (the labels the templates, Dependabot,
# and the stale bot reference). Runs on change + on demand. Uses the default token
# (label management needs write, not admin).
name: Labels
on:
push:
branches: [master]
paths: [".github/labels.yml", ".github/workflows/labels.yml"]
workflow_dispatch:
permissions:
contents: read
issues: write
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: crazy-max/ghaction-github-labeler@v5
with:
yaml-file: .github/labels.yml
skip-delete: true # never delete labels this file doesn't list