-
Notifications
You must be signed in to change notification settings - Fork 618
Run hack/update-codegen.sh on Dependabot PRs #8805
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
Run hack/update-codegen.sh on Dependabot PRs #8805
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8805 +/- ##
=======================================
Coverage 51.14% 51.15%
=======================================
Files 409 409
Lines 21360 21360
=======================================
+ Hits 10924 10926 +2
+ Misses 9584 9583 -1
+ Partials 852 851 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/test reconciler-tests |
|
/test reconciler-tests |
| run: | | ||
| if ! git diff --exit-code --quiet | ||
| then | ||
| git config --local user.email "41898282+github-actions[bot]@users.noreply.github.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.
@creydr where is this user.email constant coming from?
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.
Mostly from the EKB workflow :D https://github.com/knative-extensions/eventing-kafka-broker/blob/705052aca1c0dddab3d71f0f36cb6fa620216a26/.github/workflows/update-dependabot-pr.yaml#L40
But there is also a GH community discussion, which mentions this: https://github.com/orgs/community/discussions/26560
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.
cool!
Cali0707
left a comment
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
/approve
Thanks @creydr !
|
/retest-required |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Cali0707, creydr The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest-required |
Currently we don't run hack/update-codegen.sh on Dependabot PRs like #8801. This leads to failing "verify codegen" jobs.
This PR addresses it and runs
hack/update-codegen.shon dependabot PRs