baldimir commented on code in PR #1097:
URL: 
https://github.com/apache/incubator-kie-kogito-pipelines/pull/1097#discussion_r1341199057


##########
dsl/seed/src/main/groovy/org/kie/jenkins/jobdsl/KogitoJobTemplate.groovy:
##########
@@ -490,17 +490,17 @@ class KogitoJobTemplate {
                     checkoutCredentialsId(Utils.getGitAuthorCredsId(script))
                     scanCredentialsId(Utils.getGitAuthorCredsId(script))
                     // Build fork PRs (unmerged head).
-                    buildForkPRHead(false)
+                    buildForkPRHead(true)
                     // Build fork PRs (merged with base branch).
-                    buildForkPRMerge(true)
+                    buildForkPRMerge(false)

Review Comment:
   This is supposed to not retrigger the PR check when the target branch gets 
updated. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to