Skip to content

Commit ac21d10

Browse files
Merge pull request #4436 from Ximinhan/update-labels
Update default bug labels
2 parents 4a5bad7 + 44aa31c commit ac21d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduled-jobs/build/sync-ci-images/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ node {
176176
} else {
177177
withCredentials([string(credentialsId: 'openshift-bot-token', variable: 'GITHUB_TOKEN'), string(credentialsId: 'jboss-jira-token', variable: 'JIRA_TOKEN')]) {
178178
if ( (major == 4 && minor >= 12) || major > 4 ) {
179-
other_args = '--add-label "bugzilla/valid-bug" --add-label "cherry-pick-approved" --add-label "backport-risk-assessed"'
179+
other_args = '--add-label "jira/valid-bug"'
180180
for ( label in params.ADD_LABELS.split() ) {
181181
other_args += " --add-label '${label}'"
182182
}

0 commit comments

Comments
 (0)