docs(projman): add warning about manual issue closing in debug-review #294

Merged
lmiranda merged 1 commits from docs/debug-review-manual-close-warning into development 2026-01-29 02:14:26 +00:00
Owner

Summary

Adds warnings to /debug-review command about manual issue closing requirement.

Problem

PRs merged to development don't trigger Gitea's auto-close feature - only merges to the default branch (main) do. This caused issues #287 and #290 to remain open after their PRs were merged.

Solution

Added warning notices in two places:

  • Step 13 (Create PR): Warning that issue won't auto-close
  • Step 15 (Verify & Close): Emphasis that manual closing is REQUIRED

Changes

+**⚠️ IMPORTANT: Issue will NOT auto-close**
+
+PRs merged to `development` do NOT trigger Gitea's auto-close feature.
+Auto-close only works when merging to the default branch (`main`).
+
+You MUST manually close the issue in Step 15 after the PR is merged.

🤖 Generated with Claude Code

## Summary Adds warnings to `/debug-review` command about manual issue closing requirement. ## Problem PRs merged to `development` don't trigger Gitea's auto-close feature - only merges to the default branch (`main`) do. This caused issues #287 and #290 to remain open after their PRs were merged. ## Solution Added warning notices in two places: - **Step 13** (Create PR): Warning that issue won't auto-close - **Step 15** (Verify & Close): Emphasis that manual closing is REQUIRED ## Changes ```diff +**⚠️ IMPORTANT: Issue will NOT auto-close** + +PRs merged to `development` do NOT trigger Gitea's auto-close feature. +Auto-close only works when merging to the default branch (`main`). + +You MUST manually close the issue in Step 15 after the PR is merged. ``` 🤖 Generated with [Claude Code](https://claude.ai/code)
lmiranda added the Type/Documentation label 2026-01-29 01:53:59 +00:00
lmiranda added 1 commit 2026-01-29 01:53:59 +00:00
PRs merged to development don't trigger Gitea's auto-close feature
(only merges to main do). Added warnings in Steps 13 and 15 to remind
about mandatory manual issue closing after PR merge.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda merged commit c998c0a2dc into development 2026-01-29 02:14:26 +00:00
lmiranda deleted branch docs/debug-review-manual-close-warning 2026-01-29 02:14:26 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: personal-projects/leo-claude-mktplace#294