-
Notifications
You must be signed in to change notification settings - Fork 262
Fix git-validation
on PRs behind main
#2342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
2c354c0 fails … |
80cb99f
to
9c3be11
Compare
@@ -1,16 +1,19 @@ | |||
module github.com/containers/storage/tests/tools | |||
|
|||
go 1.18 | |||
go 1.23.0 | |||
|
|||
require ( | |||
github.com/cpuguy83/go-md2man v1.0.10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW this version is also 6 years old, but I’ll leave that update to someone who wants to investigate differences in the generated nroff
syntax.
(As a demo, this PR is intentionally behind |
git-validation
on PRs behind main
git-validation
on PRs behind main
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
… marked as “ready for review” now. |
@flouthoc PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
CIRRUS_BASE_SHA is a valid commit, but it might not be a parent of the current PR, so it might not be available, making a ${CIRRUS_BASE_SHA}..$something git commit range expressions fail. Compare cirruslabs/cirrus-ci-docs#1279 . Signed-off-by: Miloslav Trmač <mitr@redhat.com>
... from a 6-year-old version Signed-off-by: Miloslav Trmač <mitr@redhat.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: flouthoc, giuseppe, Luap99, mtrmac The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
git-validation
fails on this repo unless the PR is rebased because theCIRRUS_BASE_SHA
commit is not fetched into the build environment by default, so fetch it.Also update
git-validation
from a 6-year-old version, although that’s probably not strictly necessary.