fix(todos): consume v9.0.7 retry-helper repair#379
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📜 Recent review details🧰 Additional context used📓 Path-based instructions (1).github/workflows/*.yaml📄 CodeRabbit inference engine (AGENTS.md)
Files:
🔇 Additional comments (1)
📝 WalkthroughWalkthroughThe TODO scanning workflow updates its Possibly related issues
Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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 |
|
@coderabbitai review
CI is fully green at head ef5160a. Please review the v9.0.7 pin update and refresh the pre-merge checks against the current PR description. |
🧩 Analysis chain🏁 Script executed: #!/bin/bash
set -euo pipefail
gh pr view 379 --repo devantler-tech/reusable-workflows --json title,body,headRefOid,files,mergeable,statusCheckRollup -q '.'
echo "---diff---"
gh pr diff 379 --repo devantler-tech/reusable-workflowsLength of output: 19513 🏁 Script executed: #!/bin/bash
set -euo pipefail
echo "--- Verify tag matches SHA ---"
gh api repos/devantler-tech/actions/git/refs/tags/v9.0.7 --jq '.object.sha' || true
echo "--- Check commit SHA in repo (resolve annotated tag if needed) ---"
gh api repos/devantler-tech/actions/git/tags/$(gh api repos/devantler-tech/actions/git/refs/tags/v9.0.7 --jq '.object.sha') --jq '.object.sha' 2>/dev/null || true
echo "--- Compare with pinned SHA in PR ---"
echo "84813ae61fb21741e0a6193b5c14c6941a448577"Length of output: 946
I verified the change in
This looks correct and complete. Nice work. ;) ✅ Action performedReview finished.
|
|
🎉 This PR is included in version 5.6.8 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Why
The supported scan-for-todo-comments reusable workflow still pins create-issues-from-todos to actions v9.0.4. That release predates the retry-helper fixes completed in actions#523, so this shared wrapper can still hit the same missing-helper failure already repaired across direct consumers.
What
Validation
Notes
This is additive and backward-compatible. It completes the supported shared-wrapper propagation after actions#523 and v9.0.7; all direct portfolio consumers are already green on the same release SHA.