fix(prow/plugins/approve): approving with full config OWNERS controlled#29970
Conversation
|
Hi @wuhuizuo. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
/ok-to-test |
Changes: - kubernetes/test-infra#29762 - kubernetes/test-infra#29970 - other changes from upstream. Signed-off-by: wuhuizuo <wuhuizuo@126.com>
…#629) Changes: - kubernetes/test-infra#29762 - kubernetes/test-infra#29970 - other changes from upstream. Signed-off-by: wuhuizuo <wuhuizuo@126.com>
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
0f00a19 to
6b35632
Compare
`NoParentOwners` should only worked when none people got.
For an example:
```
# file sub/OWNERS
options:
no_parent_owners: true
filters:
"\\.yaml":
approvers: [alice]
```
But only the file `func_test.go` changed in the PR, it should use the parent OWNERS file.
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
|
May the integration test job failed by flaky tests. |
|
/retest |
@matthyx My pleasure! Looking forward to hearing your specific thoughts. Also I added a new commit to solve the issue when there is no default filter and the inherit from parent is disabled, PTAL: |
| } | ||
| } | ||
|
|
||
| // todo: make it better. |
|
/assign @droslean |
|
/label tide/merge-method-squash |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: droslean, matthyx, wuhuizuo 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 |
The limitation has been fixed by kubernetes/test-infra#29970
What
Fixed: #7690
How