We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As seen in this build https://github.com/knative-extensions/knobots/actions/runs/6490025840/job/17625229242, the update-deps bot fails to update the vendorless project dependencies. See: knative/func#1964
/kind bug
The following code block doesn't open PR if there are only changes to go.mod or go.sum. Definitely, that's invalid in vendorless case.
go.mod
go.sum
knobots/actions/update-deps/entrypoint.sh
Lines 75 to 78 in f15f57f
The text was updated successfully, but these errors were encountered:
/assign
Sorry, something went wrong.
cardil
Successfully merging a pull request may close this issue.
As seen in this build https://github.com/knative-extensions/knobots/actions/runs/6490025840/job/17625229242, the update-deps bot fails to update the vendorless project dependencies. See: knative/func#1964
/kind bug
The following code block doesn't open PR if there are only changes to
go.mod
orgo.sum
. Definitely, that's invalid in vendorless case.knobots/actions/update-deps/entrypoint.sh
Lines 75 to 78 in f15f57f
The text was updated successfully, but these errors were encountered: