Replace PR validation and template with Definition of Done bot #64
No reviewers
Labels
No labels
adr
automated
bug
chore
dependencies
documentation
enhancement
epic
github-actions
P1-high
P2-medium
P3-low
release
research
rust
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jwilger/eventcore!64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "remove-pr-validation-workflow"
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?
Description
This PR replaces the complex PR validation workflow and template system with the simpler Definition of Done bot. This change significantly reduces friction in the development process while maintaining quality checks.
Problems with the previous system:
New approach with Definition of Done bot:
Changes Made
Removed PR validation workflow (
.github/workflows/pr-validation.yml)Removed PR template (
.github/pull_request_template.md)Added Definition of Done configuration (
dod.yaml)Added Definition of Done workflow (
.github/workflows/definition-of-done.yml)Updated documentation (
CLAUDE.mdandPLANNING.md)Impact
This change simplifies the contributor experience while maintaining our quality standards. The Definition of Done bot provides the same checklist functionality without the complexity and friction of the previous system.
Definition of Done Checklist
Please ensure all items in this checklist are completed before merging:
Pull Request Overview
This PR removes the existing PR validation workflow to streamline CI and reduce redundant checks.
pr-validation.ymlworkflow fileComments suppressed due to low confidence (2)