HYPERFLEET-877 - ci: bump hyperfleet-hooks to v0.1.2#78645
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughReplaced building Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Review rate limit: 8/10 reviews remaining, refill in 11 minutes and 19 seconds. Comment |
511046c to
9d43dd0
Compare
Replace go install (slow ~3min compile) with pre-built binary download from GitHub releases (~2s). Also fixes PR commit range calculation to only validate PR commits instead of the entire repository history.
9d43dd0 to
1332918
Compare
|
/pj-rehearse auto-ack |
|
@rafabene: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/lgtm |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kuudori, rafabene, rh-amarin The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Replace go install (slow ~3min compile) with pre-built binary download from GitHub releases (~2s). Also fixes PR commit range calculation to only validate PR commits instead of the entire repository history.
Summary
validate-commitsto fail on all PRs (e.g. hyperfleet-api#115)hyperfleet-hooksfrom v0.1.1 to v0.1.2 which replaces go-git linear walk withgit rev-listto correctly compute the PR commit rangego install(~3min compile) with pre-built binary download from GitHub releases (~2s)Test plan
validate-commitspasses on PRsSummary by CodeRabbit