Skip to content

Commit 14f671b

Browse files
gjkim42claude
andcommitted
Add /bot done stop signal to pr-responder-spawner
Per maintainer feedback, the pr-responder should also post /bot done after completing its update. Maintainers can resume with another /bot update comment when needed. Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 350954b commit 14f671b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/09-oss-maintainer-kit/pr-responder-spawner.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ spec:
1010
triggerComment: /bot update
1111
excludeComments:
1212
- /bot needs-input
13+
- /bot done
1314
maxConcurrency: 2
1415
taskTemplate:
1516
type: claude-code
@@ -49,3 +50,5 @@ spec:
4950
Rules:
5051
- Make incremental changes — do NOT rewrite from scratch
5152
- If you need maintainer input, post "/bot needs-input" and explain why
53+
- After completing the update, post "/bot done" as a separate comment on
54+
the PR so the spawner does not re-trigger

0 commit comments

Comments
 (0)