We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e3777 commit b9e9b03Copy full SHA for b9e9b03
src/main/java/io/jenkins/plugins/gitlabbranchsource/GitLabMergeRequestCommentTrigger.java
@@ -51,7 +51,7 @@ public void isMatch() {
51
null, SCMHeadObserver.none())
52
.withTraits(gitLabSCMSource.getTraits());
53
if (!sourceContext.mrCommentTriggerEnabled()) {
54
- return;
+ continue;
55
}
56
if (gitLabSCMSource.getProjectId() == getPayload().getMergeRequest()
57
.getTargetProjectId() && isTrustedMember(gitLabSCMSource)) {
0 commit comments