Skip to content

Conversation

github-actions[bot]
Copy link

Closes #277

Applied changes based on Issue #277.

I’ve updated the code and tests so that we now match the full “🚀 Codez Progress” title (including the rocket emoji) whenever filtering or asserting on progress comments:

• In src/github/github.ts, the .startsWith check now looks for “🚀 Codez Progress” instead of the old plain text.
• In the Jest tests (tests/unit/github/action.test.ts), all three expect.stringContaining('**Codez Progress**') assertions have been updated to expect.stringContaining('**🚀 Codez Progress**').

With these changes, any progress comments created or filtered will correctly include the emoji in their title.

@YiweiShen YiweiShen merged commit 5e2d75c into main Jun 26, 2025
@YiweiShen YiweiShen deleted the codez-chore-277-apply-changes-for-issue-277 branch June 26, 2025 23:30
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.

Double-check when pattern matching words for Codez Progress.

1 participant