-
Notifications
You must be signed in to change notification settings - Fork 41.4k
enable dep-approvers for staging go.mod/go.sum #131456
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
enable dep-approvers for staging go.mod/go.sum #131456
Conversation
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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. |
/cc @dims |
/cc @liggitt |
/kind cleanup |
/approve /assign @liggitt |
LGTM label has been added. Git tree hash: ca5652f74b1d4e61cd628b5fafd2ff325433b804
|
NOTE: to use filters, _all_ entries must be under filters https://go.k8s.io/owners/#filters
aa318cf
to
187b43d
Compare
yamlfmt was failing on an extra newline at the end of a file, ran |
/approve |
LGTM label has been added. Git tree hash: a7076d7bd49c14554fe3c10929a153d4136375db
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder, dims, liggitt 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 |
This works! FYI @kubernetes/dep-approvers, you can actually approve dependency changes now, remember to follow the guidelines: (also wow we should update the non-dependency review bits ... we haven't used godep for a long time) |
The guidelines are actually at https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/vendor.md |
We should probably delete the old godep.md, the review section is so close that I missed this 🙈 ... I swear I take far more time reading dependency diffs than digging up links 😅 |
... lol |
thanks @BenTheElder |
What type of PR is this?
What this PR does / why we need it:
I think this will finally let dep-approvers that are not inherently owners of all of
staging/
actually approve dependency updates. It does not grant permission over files other than go.mod/go.sum in staging.Follows #131452 (comment)
NOTE: to use filters, all entries must be under filters https://go.k8s.io/owners/#filters
NOTE: we have no_parent_owners used heavily, so specfically OWNERS applying to go.mod/go.sum needed updating. Other more deeply nested or non-dependency management directories do not need this.
I updated
staging/src/OWNERS
andstaging/src/k8s.io/*/OWNERS
(first level). Only whereno_parent_owners
is enabled. We could add it to all ofstaging/src/k8s.io/*/OWNERS
but that's unnecessary unless they add no_parent_owners (which would be relative to staging/src/OWNERS which is already no_parent_owners) and I want to make sure this is working first anyhow. Only a few staging repos do this currently.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
/sig architecture
/area code-organization