-
Notifications
You must be signed in to change notification settings - Fork 261
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
🧹 Remove the vendor dir #1962
🧹 Remove the vendor dir #1962
Conversation
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.
@cardil: 1 warning.
In response to this:
Description
Remove the vendor dir. This should simplify the review of #1953
Changes
- 🧹 Remove the vendor dir
/kind cleanup
Reference
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1962 +/- ##
=======================================
Coverage 76.82% 76.82%
=======================================
Files 207 207
Lines 12892 12892
=======================================
Hits 9904 9904
Misses 2187 2187
Partials 801 801 ☔ View full report in Codecov by Sentry. |
67390bb
to
35da86e
Compare
/override "style / Golang / Lint" |
@cardil: /override requires failed status contexts, check run or a prowjob name to operate on.
Only the following failed contexts/checkruns were expected:
If you are trying to override a checkrun that has a space in it, you must put a double quote on the context. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/override "style / Golang / Lint" |
@cardil: Overrode contexts on behalf of cardil: style / Golang / Lint In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/lgtm |
35da86e
to
ebfdfb7
Compare
ebfdfb7
to
39b861d
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cardil, dsimansk 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 |
/override "style / Golang / Lint" |
@dsimansk: Overrode contexts on behalf of dsimansk: style / Golang / Lint In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Description
Remove the vendor dir. This should simplify the review of #1953
Changes
/kind cleanup
Reference
Simplify #1953
Closes #1959