Skip to content

Fix fork-PR push to ALCF GitLab - #619

Merged
michel2323 merged 1 commit into
mainfrom
alcf-fork-pr-push
Aug 19, 2026
Merged

Fix fork-PR push to ALCF GitLab#619
michel2323 merged 1 commit into
mainfrom
alcf-fork-pr-push

Conversation

@michel2323

Copy link
Copy Markdown
Member

The label-gated fork-PR step fetched the PR head with --depth=1, and the GitLab server rejects pushes from shallow repositories (shallow update not allowed, seen on #617). Fetch the full history instead.

The label-gated fork-PR step fetched the PR head with --depth=1 and
pushed it to GitLab, which rejects pushes from shallow repositories
("shallow update not allowed"). Fetch the full history instead.
@michel2323
michel2323 enabled auto-merge (squash) August 19, 2026 21:45
@michel2323
michel2323 disabled auto-merge August 19, 2026 22:01
@michel2323
michel2323 merged commit fda0805 into main Aug 19, 2026
2 of 4 checks passed
@michel2323
michel2323 deleted the alcf-fork-pr-push branch August 19, 2026 22:01
@codecov

codecov Bot commented Aug 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.01%. Comparing base (5f21420) to head (48466d0).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #619      +/-   ##
==========================================
- Coverage   80.90%   79.01%   -1.90%     
==========================================
  Files          50       50              
  Lines        3488     3488              
==========================================
- Hits         2822     2756      -66     
- Misses        666      732      +66     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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