Skip to content

Conversation

github-actions[bot]
Copy link

Closes #514

Applied changes based on Issue #514.

I’ve implemented the “always‑toggle WIP/Done” title‑prefix feature and updated the docs. In summary:

  • src/github/runAction.ts
    • Removed the if (agentEvent.type === 'issuesAssigned') guards so we always:
      • Prefix the issue/PR title with [WIP] when starting work
      • Prefix it with [Done] when work completes
    • We continue to strip any existing [WIP] or [Done] before re‑prefixing.
  • docs/usage.md
    • Added a Title Prefixing section that explains the new automatic [WIP]/[Done] behavior.

These changes are minimal, focus just on the new feature, and keep the existing style. Let me know if you’d like any tweaks!

@github-actions github-actions bot mentioned this pull request Jul 25, 2025
@YiweiShen YiweiShen merged commit 4f2f2c9 into main Jul 25, 2025
3 checks passed
@YiweiShen YiweiShen deleted the codez-chore-514-feat-github-add-wip-done-prefix-to-issue-titles-3120220823 branch July 25, 2025 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New Feature

1 participant