fix(remediation): use conventional-commit PR titles and sync existing PRs - #19
Merged
franzramadhan merged 2 commits intoAug 6, 2026
Merged
Conversation
… PRs Remediator PR titles now follow fix(<rule-id>): <description> instead of a git-cascade: prefix. CreateOrUpdatePullRequest now edits the title/body of an already-open PR on the same head branch when they've drifted from the current fix, instead of leaving stale titles/bodies untouched on rerun.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #19 +/- ##
==========================================
- Coverage 78.06% 78.06% -0.01%
==========================================
Files 41 41
Lines 3150 3159 +9
==========================================
+ Hits 2459 2466 +7
- Misses 549 550 +1
- Partials 142 143 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
franzramadhan
deleted the
fix/remediation-pr-title-format-and-upsert-update
branch
August 6, 2026 09:02
4 tasks
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
fix(<rule-id>): <description>) instead of agit-cascade:prefix.CreateOrUpdatePullRequestnow edits the title/body of an already-open PR on the same head branch when they've drifted from the current fix, instead of leaving stale titles/bodies untouched on rerun.Test plan
go build ./...go vet ./...go test ./...TestCreateOrUpdatePullRequest_UpdatesTitleWhenChangedand renamed the no-op case toTestCreateOrUpdatePullRequest_ReturnsExistingWhenOpenAndUnchanged