fix branch selection pattern#34363
Conversation
Signed-off-by: Prajyot Parab <Prajyot.Parab2@ibm.com>
|
/cc @Amulyam24 |
|
@Prajyot-Parab can you please elaborate the issue and how this fix solves the issue in the description? is possible GitHub issue pointing to. |
@mkumatag updated the description. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mkumatag, Prajyot-Parab 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 |
|
@Prajyot-Parab: Updated the
DetailsIn 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-sigs/prow repository. |
fix branch selection pattern
What is happening?
^release-0.1, which also matches the release-0.10 string and triggers the checks.What should happen?
^release-0.1$, we expect the jobs to be triggered only for the release-0.1 branch and not for release-0.10. This change will prevent incorrect checks from being triggered on incoming PRs in case of conflicts in patterns. Additionally, the pattern change will be propagated across all the different release branches to avoid future issues and conflicts.ref -
release-0.1job got triggered against PR onrelease-0.10branchkubernetes-sigs/cluster-api-provider-ibmcloud#2203