Add edited trigger to PR size labeler workflow#4398
Merged
Conversation
- Re-run the workflow when the submitter edits their PR description with the justification. Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
rdimitrov
approved these changes
Mar 27, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4398 +/- ##
==========================================
- Coverage 69.52% 69.47% -0.05%
==========================================
Files 485 485
Lines 49805 49805
==========================================
- Hits 34627 34604 -23
- Misses 12502 12521 +19
- Partials 2676 2680 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update the triggers on the PR Size Labeler workflow (pr-size-labeler.yaml) to run when the submitter edits their PR description with the justification.
Previously, only a push or manual re-run of the workflow would trigger it.
Type of change
Test plan
task test)task test-e2e)task lint-fix)N/A, workflow-only change.
Does this introduce a user-facing change?
No
Signed-off-by: Dan Barr 6922515+danbarr@users.noreply.github.com