Drop review-time pre-merge checks #63
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/auto_review#63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The current set of "pre-merge checks" appears to be review-time behavior copied from reviewer products that try to compensate for projects without CI/CD. For
auto_review, these checks are better handled by explicit CI/static-analysis jobs, or omitted entirely.Specific concerns:
CHANGELOG.md; longer term, changelog management should move to a release automation tool such asrelease-plz. For now, deletingCHANGELOG.mdentirely is acceptable.Proposed change
Drop the pre-merge-checks review behavior unless there is a concrete use case that still justifies keeping it.
Acceptance criteria