chore: bump packages/owletto pointer to bf904a7#997
Conversation
Picks up: deploy: add Postgres PITR recovery runbook + seal summaries-db-app (#210) Before: 83c9a09 After: bf904a7
📝 WalkthroughWalkthroughThe ChangesSubmodule Pointer Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 `@packages/owletto`:
- Line 1: The submodule is pinned to commit
bf904a7922bedc2a88f42a0d7bf7bf70e5616ed0 which CI reports as not reachable from
owletto/main; update the submodule ref so it points to a commit that is
reachable from owletto/main (or if the different source branch is intentional,
update the drift-check/allowed ref configuration to include the intended
branch/ref). Locate the submodule entry that references bf904a79... and replace
it with a reachable commit hash from owletto/main (or adjust the drift-check
settings to allow the current SHA) and run the submodule sync/update to verify
CI passes.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| @@ -1 +1 @@ | |||
| Subproject commit 83c9a094d808822510e54df7b42ca3980572756c | |||
| Subproject commit bf904a7922bedc2a88f42a0d7bf7bf70e5616ed0 | |||
There was a problem hiding this comment.
Pinned submodule SHA is not reachable from upstream branch.
Line 1 pins bf904a7922bedc2a88f42a0d7bf7bf70e5616ed0, but CI already confirms this SHA is not reachable from owletto/main. Please repin to a commit reachable from owletto/main (or update the drift check/allowed ref if the source branch is intentionally different).
🧰 Tools
🪛 GitHub Actions: Submodule Drift / 0_check-drift.txt
[error] 1-1: Pinned SHA $PINNED is not reachable from owletto/main. Error emitted: "Pinned SHA is not reachable from owletto/main."
🤖 Prompt for 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.
In `@packages/owletto` at line 1, The submodule is pinned to commit
bf904a7922bedc2a88f42a0d7bf7bf70e5616ed0 which CI reports as not reachable from
owletto/main; update the submodule ref so it points to a commit that is
reachable from owletto/main (or if the different source branch is intentional,
update the drift-check/allowed ref configuration to include the intended
branch/ref). Locate the submodule entry that references bf904a79... and replace
it with a reachable commit hash from owletto/main (or adjust the drift-check
settings to allow the current SHA) and run the submodule sync/update to verify
CI passes.
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Bumps
packages/owlettopointer.Picks up: deploy: add Postgres PITR recovery runbook + seal summaries-db-app (#210)
Summary by CodeRabbit