Skip to content

Conversation

@sentrivana
Copy link
Contributor

Description

Add a GH action that auto-labels PRs based on title.

If a PR is opened or edited, the action:

  • reads the existing labels
  • if there already is a Changelog label, it terminates early to not overwrite whatever the developer chose
  • if there is no Changelog label, it reads the PR title and matches it against a map of common patterns
  • if it matches, the label is added
  • if there is no match, it doesn't add a label

Issues

Reminders

@sentrivana sentrivana marked this pull request as ready for review November 27, 2025 10:31
@sentrivana sentrivana requested a review from a team as a code owner November 27, 2025 10:31
@codecov
Copy link

codecov bot commented Nov 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.92%. Comparing base (b528f32) to head (0f1fffa).
⚠️ Report is 1 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5163      +/-   ##
==========================================
+ Coverage   83.88%   83.92%   +0.03%     
==========================================
  Files         181      181              
  Lines       18322    18322              
  Branches     3253     3253              
==========================================
+ Hits        15369    15376       +7     
+ Misses       1949     1944       -5     
+ Partials     1004     1002       -2     

see 7 files with indirect coverage changes

@sentrivana sentrivana enabled auto-merge (squash) November 27, 2025 10:41
@sentrivana sentrivana merged commit a76280b into master Nov 27, 2025
155 checks passed
@sentrivana sentrivana deleted the ivana/add-labeler branch November 27, 2025 10:50
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.

3 participants