-
Notifications
You must be signed in to change notification settings - Fork 39
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
[stable] Fix naming of the helper.go file so it follows the golang conventions #379
Conversation
Okay, so we can see all is green now. I'm gonna remove the CVE fix commit from this PR now, which will be introduced by the #378 anyway. |
/lgtm |
/lgtm |
/approve |
Thanks for fix |
Error seems to be for the x/net , which are fixed in #378 |
https://issues.redhat.com/browse/RHOAIENG-11259 This name caused go vulnerability check to fail since this file is part of the tests and relevant other test files weren't compiled because they have their _test inffix as expected. Note: this is also alignment to what is in v1.7-branch already.
Thank you for rebasing |
/approve 😄 I guess that another approve via GH UI needs to be done. |
By harshad, andriana, or adriel, our approves don't count there
|
I think @jiridanek , prow is considering approver from all the people in approvers list. |
Hm, but here it looks like it truly waits for the UI approve which needs to be done by the people set in the repo settings, not in the owners?
|
@jstourac , i didn't get that completely |
I mean, it looks that the settings of this repository waits first to have two approvers that are done via GitHub UI, not via I'm not expert in this, I'm usually lost in our repository settings WRT merging bots, so I can be wrong. But as you can see, once you approved, there is 1 approval shown at the end of this page. I suppose once there are 2, this can be moved further. 🙂 |
Thanks Jan! /lgtm |
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.
Let's see if the ui approve make difference!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: atheo89, harshad16, jiridanek, jstourac 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 |
Looks like tide bot won't work here on this branch... |
But we met the GitHub merge criteria, now anyone with write access to the repository can merge this, as the last line says |
So openshift/release#55570 is merged. Let's see whether this will be grabbed automatically somehow now... 🫤 |
7d265db
into
opendatahub-io:stable
https://issues.redhat.com/browse/RHOAIENG-11259
This name caused go vulnerability check to fail since this file is part
of the tests and relevant other test files weren't compiled because they
have their _test inffix as expected.
Note: this is also alignment to what is in v1.7-branch already.
Description
How Has This Been Tested?
Merge criteria: