Skip to content

feat: add automatic PR labeling workflow#70

Merged
PAMulligan merged 1 commit intomainfrom
7-add-automatic-pr-labeling-workflow
Apr 9, 2026
Merged

feat: add automatic PR labeling workflow#70
PAMulligan merged 1 commit intomainfrom
7-add-automatic-pr-labeling-workflow

Conversation

@PAMulligan
Copy link
Copy Markdown
Contributor

Summary

  • Adds actions/labeler@v5 workflow that auto-applies area labels to PRs based on changed files
  • Maps 7 file path patterns to existing area labels: scripts, agents, skills, ci-cd, templates, docs, pipeline
  • Uses sync-labels: true so labels are removed when matching files are no longer in the changeset

Test plan

  • Merge this PR and verify the area: ci-cd label is applied (since it changes .github/workflows/**)
  • Open a test PR touching docs/ and verify area: docs is applied
  • Verify CI passes

Closes #7

🤖 Generated with Claude Code

Add actions/labeler workflow that applies area labels to PRs based on
changed file paths. Maps scripts, agents, skills, workflows, templates,
docs, and pipeline config to their corresponding area labels.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@PAMulligan PAMulligan linked an issue Apr 9, 2026 that may be closed by this pull request
5 tasks
@github-actions github-actions bot added the area: ci-cd CI/CD workflows label Apr 9, 2026
@PAMulligan PAMulligan self-assigned this Apr 9, 2026
@PAMulligan PAMulligan moved this from Todo to Done in PMDS Open Source Roadmap Apr 9, 2026
@PAMulligan PAMulligan merged commit c654150 into main Apr 9, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: ci-cd CI/CD workflows

Projects

Development

Successfully merging this pull request may close these issues.

Add automatic PR labeling workflow

1 participant