cert-manager / testing

Repository containing cert-manager testing infrastructure configuration
3 stars 30 forks source link

Restrict branchprotection branches, which are regexes #1014

Closed inteon closed 6 months ago

inteon commented 6 months ago

The branch protection include main also included branches named self-upgrade-main. This is unintentional and can be fixed by adding ^ and $ to the start and end of the regex.

cert-manager-prow[bot] commented 6 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: SgtCoDFish

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: - ~~[OWNERS](https://github.com/cert-manager/testing/blob/master/OWNERS)~~ [SgtCoDFish] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
cert-manager-prow[bot] commented 6 months ago

@inteon: Updated the config configmap in namespace default at cluster default using the following files:

In response to [this](https://github.com/cert-manager/testing/pull/1014): >The branch protection include `main` also included branches named `self-upgrade-main`. >This is unintentional and can be fixed by adding ^ and $ to the start and end of the regex. Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.