Skip to content

fix: 移除误提交的 agent-registry gitlink,修复 gate/scorecard checkout 失败 - #52

Merged
randypanding merged 1 commit into
mainfrom
fix-remove-registry-gitlink
Aug 19, 2026
Merged

fix: 移除误提交的 agent-registry gitlink,修复 gate/scorecard checkout 失败#52
randypanding merged 1 commit into
mainfrom
fix-remove-registry-gitlink

Conversation

@randypanding

Copy link
Copy Markdown
Contributor

改了什么

  • 删除仓库索引中的 agent-registry gitlink(mode 160000,无对应 .gitmodules

为什么

怎么验证

风险 / 回滚

  • 极低:纯索引条目删除,无内容变更;如需回滚 revert 即可

初始提交 416f5f5 把 agent-registry 以 gitlink(mode 160000) 形式带入了
仓库树,但仓库没有 .gitmodules——actions/checkout 在清理凭据阶段执行
git submodule foreach 时报 fatal: No url found for submodule path,
导致 gate / scorecard 在 main 与所有 PR 上一律失败。

REPOS.yaml 头部注释明确本组织「替代 submodule 方案:无指针过期、无
recursive clone 问题」,gitlink 属于误提交残留,本 PR 将其从索引中
删除(不涉及任何文件内容变更)。
@coderabbitai

coderabbitai Bot commented Aug 19, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@randypanding, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 34 minutes

Limit details: You’ve used all 3 included reviews currently available.

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits within each organization.

For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: ad80466c-823b-4942-873a-2c71690d0efd

📥 Commits

Reviewing files that changed from the base of the PR and between 416f5f5 and 319dbde.

📒 Files selected for processing (1)
  • agent-registry

Comment @coderabbitai help to get the list of available commands.

@qodo-code-review

Copy link
Copy Markdown

PR Summary by Qodo

Remove accidental agent-registry gitlink to restore CI checkout

🐞 Bug fix ⚙️ Configuration changes 🕐 Less than 5 minutes

Grey Divider

AI Description

• Removes the unconfigured agent-registry gitlink from the repository index.
• Prevents submodule cleanup errors from blocking gate and scorecard workflows.
• Aligns repository structure with the organization’s non-submodule strategy.
High-Level Assessment

Removing the orphaned gitlink is the optimal approach because the repository intentionally avoids submodules and has no .gitmodules configuration. Adding submodule metadata would preserve an unintended dependency and conflict with the documented repository strategy.

@randypanding
randypanding merged commit 0ffe714 into main Aug 19, 2026
6 checks passed
@randypanding
randypanding deleted the fix-remove-registry-gitlink branch August 19, 2026 03:53
@qodo-code-review

Copy link
Copy Markdown

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

Tip of the day
💡 Did you know, you can show, collapse, or hide each part of a finding: code, evidence, and all

More tips ↗ | Customize Qodo ↗ | Qodo docs ↗

Grey Divider

Qodo Logo

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.

1 participant