Skip to content

Commit

Permalink
mnp: Allow master sync without Jira refs (#58095)
Browse files Browse the repository at this point in the history
When pulling upstream changes, there might be no
related jira OCPBUGS or story.
Allow merging changes on the master branch without
the needs of a Jira ticket.

Signed-off-by: Andrea Panattoni <[email protected]>
  • Loading branch information
zeeke authored Oct 25, 2024
1 parent f138330 commit b186553
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ tide:
- backport-risk-assessed
- cherry-pick-approved
- jira/valid-bug
- jira/valid-reference
- lgtm
missingLabels:
- backports/unvalidated-commits
Expand All @@ -58,7 +57,6 @@ tide:
labels:
- approved
- jira/valid-bug
- jira/valid-reference
- lgtm
- staff-eng-approved
missingLabels:
Expand All @@ -75,7 +73,6 @@ tide:
- master
labels:
- approved
- jira/valid-reference
- lgtm
missingLabels:
- backports/unvalidated-commits
Expand Down Expand Up @@ -130,7 +127,6 @@ tide:
- release-4.9
labels:
- approved
- jira/valid-reference
- lgtm
missingLabels:
- backports/unvalidated-commits
Expand Down

0 comments on commit b186553

Please sign in to comment.