Skip to content

Properly ignore revert branches pattern#18

Merged
RomainCscn merged 2 commits intomainfrom
romain/lin-61240-properly-ignore-revert-type-branch-in-cli
Feb 27, 2026
Merged

Properly ignore revert branches pattern#18
RomainCscn merged 2 commits intomainfrom
romain/lin-61240-properly-ignore-revert-type-branch-in-cli

Conversation

@RomainCscn
Copy link
Collaborator

@RomainCscn RomainCscn commented Feb 27, 2026

When a PR is reverted on GitHub, the merge commit of the revert has an auto-generated branch name like revert-571-romain/bac-39. The branch extractor picks up BAC-39 and adds it to the release, the opposite of what should happen.

On Gitlab, branch is named revert-<sha> so not a problem.


This is step 1 of a larger plan to handle reverts in a better way. Next step is actually identifying reverts and removing issues from the release (for in-progress scheduled). Continuous TBD what we want.

@linear-code-review
Copy link

@RomainCscn RomainCscn enabled auto-merge (squash) February 27, 2026 09:20
@RomainCscn RomainCscn merged commit 721278e into main Feb 27, 2026
2 checks passed
@RomainCscn RomainCscn deleted the romain/lin-61240-properly-ignore-revert-type-branch-in-cli branch February 27, 2026 09:20
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.

2 participants