Closed xmudrii closed 2 months ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: xmudrii
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Name | Link |
---|---|
Latest commit | ed8a5a0c7ef060994b05d9cfd0f5f8b7d2177310 |
Latest deploy log | https://app.netlify.com/sites/k8s-prow/deploys/66bf40069eef93000887ad83 |
Deploy Preview | https://deploy-preview-232--k8s-prow.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
/test pull-prow-unit-test-race-detector-nonblocking
@xmudrii you might want to take a look at https://github.com/kubernetes-sigs/prow/pull/147 where I'm trying to propose a generic solution that could be applied to all plugins
In addition to https://github.com/kubernetes-sigs/prow/pull/147, I'd like that we take a different route here, so I'm going to close this PR and start over again if needed. /close
@xmudrii: Closed this PR.
This PR implements the org-level configuration for the
cherrypickapproved
plugin. Right now, it's possible to configure this plugin only on the repo-level. If you have multiple repos, you have to repeat the config for each repo, which is inefficient and clutters the configuration file, especially if the config is the same for all repos.With this PR, such a configuration is allowed:
The repo-level config has the priority over the org level configuration. This also means that this is not a breaking change, i.e. the existing configurations will continue working as before.
/assign @saschagrunert cc @kubernetes-sigs/release-engineering