PR/direct: check that LFS files are not in LFS and refuse update/PR #40
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.