Skip to content

Commit d67bf83

Browse files
committed
Require approval for Jenkins builds on PRs from external contributors
1 parent d3ea0ec commit d67bf83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

+2
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ stage('Configure') {
106106
""")
107107
}
108108

109+
requireApprovalForPullRequest 'hibernate'
110+
109111
this.environments = AlternativeMultiMap.create([
110112
jdk: [
111113
// This should not include every JDK; in particular let's not care too much about EOL'd JDKs like version 9

0 commit comments

Comments
 (0)