Close Implements #N tracker gap in PR bodies and cleanup regex #110
Reference in New Issue
Block a user
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?
Summary
Fix tracker drift caused by PR bodies using
Implements #Ninstead of Gitea-closing keywords likeCloses #NorFixes #N.Problem
Tracker hygiene has drifted because
Implements #Ndoes not close issues in Gitea and is not currently recognized by the cleanup helper.Observed impact:
Implements #Nleft the issue open (issue #67 / PR #83 incident).extract_linked_issue_numbers()missesImplements #N.refs #Ncurrently releasesstatus:in-progress, even though referencing an issue does not necessarily mean finishing it.Proposed changes
implement,implements,implementedif the project wants it to releasestatus:in-progressrefs #Nshould releasestatus:in-progressScope
Likely areas:
extract_linked_issue_numbers()Non-goals
Acceptance criteria
Closes #NorFixes #Nfor issue-closing PRs.Implements #NandRefs #Ndo not close issues.refs #Ndoes not release a claim unless that is explicitly approved and tested.Closes #NFixes #NImplements #NRefs #Nissue-123Related: #98 (merged; cleanup-status surfacing), #56/#58 (auto-release on close/merge).