PR/direct: check that LFS files are not in LFS and refuse update/PR #40

Open
opened 2025-05-16 12:01:24 +02:00 by adamm · 1 comment
Owner
  • PR bot
  • direct bot
- [ ] PR bot - [ ] direct bot
adamm added this to the Devel project (default issues) project 2025-05-16 12:01:24 +02:00
Author
Owner

This can probably be done via,

git checkout PR
git checkout merge-base
git checkout PR

step 2 should fail if PR sources are not in LFS... We probably need to check all the commits in the PR and somehow cache this.

This can probably be done via, git checkout PR git checkout merge-base git checkout PR step 2 should fail if PR sources are not in LFS... We probably need to check all the commits in the PR and somehow cache this.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: git-workflow/autogits#40
No description provided.