Skip to content

Conversation

@pppp606
Copy link
Owner

@pppp606 pppp606 commented Jan 21, 2026

Summary

  • Exclude CI/Workflows and GitHub Actions update PRs from release notes
  • Add automatic label assignment based on PR title conventional commit prefixes

Changes

  • .github/release-drafter.yml: Add ci, github-actions to exclude-labels
  • .github/workflows/pr-labeler.yml: Create new workflow (using bcoe/conventional-release-labels)
  • Created ci label on the repository

Auto-label mapping

Prefix Label
feat: enhancement
fix: bug
docs: documentation
ci: ci
chore: chore

Test plan

  • Verify that ci label is auto-assigned after this PR is merged
  • Confirm this PR is excluded from Release Drafter's draft release

- Add ci and github-actions labels to exclude-labels in release-drafter.yml
- Create pr-labeler.yml workflow to auto-label PRs based on conventional commit prefixes
- Create ci label on GitHub repository
@pppp606 pppp606 merged commit 6b2feea into main Jan 21, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants