-
Notifications
You must be signed in to change notification settings - Fork 13
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
check the owners file in the repo as well as github association rules #147
check the owners file in the repo as well as github association rules #147
Conversation
d75bdf5
to
fd13db8
Compare
/retest |
@Gregory-Pereira: Cannot trigger testing until a trusted user reviews the PR and leaves an 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/test-infra repository. |
fd13db8
to
7af53f1
Compare
Local pre-commit passes, ready for review. |
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.
A couple of suggestions: I think it's better to parse the owners file as yaml, and:
issue itself still waiting to be created.
then I would vote to
/hold
until that's available / referenced.
Co-authored-by: Pep Turró Mauri <pep@redhat.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.
lgtm
thanks for the work 💯
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: harshad16 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 |
/unhold |
Related Issues and Dependencies
The issue is that permissions are only checked by a developer's access to GitHub organizations, but we want the ability to easily modify and add privileges to others to make changes.
Additionally, ran pre-commit and linted the sesheta request issue template so that the pre-commit check can pass.
This introduces a breaking change
This Pull Request implements
After receiving the response on the PR, the task will now read the owners file and include that in its searching to see if a user has access to the repository.
Description
issue itself still waiting to be created.