From f669479122b5dfa8fc8b06b600975bca4c79ba0b Mon Sep 17 00:00:00 2001 From: lmiranda Date: Wed, 28 Jan 2026 20:53:30 -0500 Subject: [PATCH] docs(projman): add warning about manual issue closing in debug-review 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 --- plugins/projman/commands/debug-review.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/plugins/projman/commands/debug-review.md b/plugins/projman/commands/debug-review.md index 1377716..751d165 100644 --- a/plugins/projman/commands/debug-review.md +++ b/plugins/projman/commands/debug-review.md @@ -385,6 +385,13 @@ git push -u origin fix/issue-[NUMBER]-[brief-description] git checkout development ``` +**⚠️ 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. + 5. Add comment to original issue: ``` mcp__plugin_projman_gitea__add_comment( @@ -417,9 +424,14 @@ Next Steps: **This step runs AFTER the user has verified the fix works.** +**⚠️ MANDATORY: You MUST manually close the issue.** + +PRs merged to `development` do NOT auto-close issues (Gitea only auto-closes +on merges to the default branch `main`). Always close manually after merge. + When user returns and confirms the fix is working: -**1. Close the issue:** +**1. Close the issue (REQUIRED - won't auto-close):** ``` mcp__plugin_projman_gitea__update_issue(