Skip to content

Add auto-labeling workflows for PRs and issues - #3

Merged
illmatix merged 1 commit into
mainfrom
chore/github-labels-workflows
Mar 5, 2026
Merged

Add auto-labeling workflows for PRs and issues#3
illmatix merged 1 commit into
mainfrom
chore/github-labels-workflows

Conversation

@illmatix

@illmatix illmatix commented Mar 5, 2026

Copy link
Copy Markdown
Owner

Summary

  • Created project-specific GitHub labels: feature, refactor, chore, assets, config, crafting, sharpening, skating, lining, creative-tools
  • Added PR auto-labeler (actions/labeler@v5) that maps changed file paths to labels
  • Added issue auto-labeler (actions/github-script@v7) that matches keywords in title/body to labels

How it works

  • PRs: File paths trigger labels (e.g. src/EntityBehaviorIceSkating.csskating, docs/**documentation)
  • Issues: Keywords trigger labels (e.g. "whetstone" → sharpening, "crash" → bug)

Test plan

  • Open a test issue with keywords like "bug" or "config" and verify labels are applied
  • Open a PR touching src/ItemIceSkates.cs and verify lining label is applied

🤖 Generated with Claude Code

@github-actions github-actions Bot added the chore Build, CI, dependencies label Mar 5, 2026
PR labeler uses actions/labeler to map changed files to labels.
Issue labeler uses keyword matching on title/body to apply labels.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@illmatix
illmatix force-pushed the chore/github-labels-workflows branch from 72576ff to cee6dda Compare March 5, 2026 00:17
@illmatix
illmatix merged commit 9ed8dd3 into main Mar 5, 2026
1 check passed
@illmatix
illmatix deleted the chore/github-labels-workflows branch March 5, 2026 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Build, CI, dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant