Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add labeller action #428

Merged
merged 1 commit into from
May 9, 2024
Merged

Conversation

pvandyken
Copy link
Contributor

@pvandyken pvandyken commented May 9, 2024

Automatically label PRs based on the first part of the branch name:

fix/ -> bug
feat/ -> enhancement
maint/ -> maintenance
doc/ -> documentation
depr/ -> deprecation
test/ -> test

Automatically label PRs based on the first part of the branch name:

fix/ -> bug
feat/ -> enhancement
maint/ -> maintenance
doc/ -> documentation
depr/ -> deprecation
test/ -> test
@pvandyken pvandyken added the maintenance Updates or improvements that do not change functionality of the code label May 9, 2024
Copy link

codecov bot commented May 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.27%. Comparing base (156f58f) to head (75d4fba).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #428   +/-   ##
=======================================
  Coverage   94.27%   94.27%           
=======================================
  Files          55       55           
  Lines        2183     2183           
=======================================
  Hits         2058     2058           
  Misses        125      125           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pvandyken pvandyken merged commit dd80dad into khanlab:main May 9, 2024
37 checks passed
@pvandyken pvandyken deleted the maint/auto-labelling branch May 9, 2024 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Updates or improvements that do not change functionality of the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant