Add tickgit TODO guard#3
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA new GitHub Actions workflow detects new TODO/FIXME/HACK comments in pull requests and on a weekly schedule using the tickgit action, failing if new issues are found while ignoring common build and dependency directories. ChangesTODO Guard CI Automation
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~15 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/tickgit-todo-guard.yml:
- Line 26: The workflow pins MTG-Thomas/tickgit to an unresolvable SHA in
.github/workflows/tickgit-todo-guard.yml; update the uses line that currently
reads "uses: MTG-Thomas/tickgit@c592be8853f724966909b8a5fde2c550b2e74892" to a
resolvable reference by either replacing the SHA with the actual commit SHA for
v0.0.17 or pinning to the tag "uses: MTG-Thomas/tickgit@v0.0.17"; also update
the inline version comment (currently "# v0.0.17") to match the chosen pin so
the comment and the used ref are consistent.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 6224a342-9f9e-412b-9e2c-9f9a58657702
⛔ Files ignored due to path filters (1)
.github/tickgit-baseline.csvis excluded by!**/*.csv
📒 Files selected for processing (1)
.github/workflows/tickgit-todo-guard.yml
Adds the pinned tickgit v0.0.17 TODO guard workflow with a committed zero-item baseline. The guard runs on PRs, weekdays on schedule, and manually with read-only permissions and generated-artifact paths ignored.
Need help on this PR? Tag
@codesmithwith what you need. Autofix is disabled.Summary by CodeRabbit