Skip to content

Conversation

@vprashar2929
Copy link
Collaborator

@vprashar2929 vprashar2929 commented Apr 11, 2025

This commit adds a labeler job to PR workflow to label PRs based on commit messages. Following labels are added:

  • feat
  • fix
  • chore
  • docs
  • ci
  • refactor
  • perf
  • test
  • revert

Partially addresses #1989

Ref: https://github.com/grafana/pr-labeler-action?tab=readme-ov-file#default-config
Relevant labels are already added to project: https://github.com/sustainable-computing-io/kepler/labels

@codecov
Copy link

codecov bot commented Apr 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.24%. Comparing base (2825e77) to head (a5dfc8b).
Report is 14 commits behind head on reboot.

Additional details and impacted files
@@           Coverage Diff           @@
##           reboot    #1988   +/-   ##
=======================================
  Coverage   94.24%   94.24%           
=======================================
  Files           9        9           
  Lines         417      417           
=======================================
  Hits          393      393           
  Misses         21       21           
  Partials        3        3           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@vprashar2929 vprashar2929 force-pushed the label-pr branch 5 times, most recently from f1d3ac0 to e4e4107 Compare April 11, 2025 06:05
This commit adds a labeler job to PR workflow to label PRs based on commit messages.
Following labels are added:
- feat
- fix
- chore
- docs
- ci
- refactor
- perf
- test
- revert

Signed-off-by: vprashar2929 <[email protected]>
@vprashar2929
Copy link
Collaborator Author

Not enabling label-pr job as it requires config to be present on the reboot branch in order to run. Ref: https://github.com/sustainable-computing-io/kepler/actions/runs/14396700125/job/40373570981?pr=1988

After this PR merge I will uncomment the job

@sthaha
Copy link
Collaborator

sthaha commented Apr 11, 2025

Can we make a 0.0.2 release after this?

@vprashar2929 vprashar2929 merged commit 734920a into sustainable-computing-io:reboot Apr 11, 2025
8 checks passed
@vprashar2929
Copy link
Collaborator Author

vprashar2929 commented Apr 13, 2025

I think we have to add the same to the main branch as well since grafana/pr-labeler-action expects the config to be available in the default branch #1992

@vprashar2929 vprashar2929 added the ci Changes to the CI pipeline label Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Changes to the CI pipeline

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants