Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi authored and genie-openj9 committed Sep 14, 2024
1 parent 74fe11d commit 1499e0f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions otterdog/eclipse-openj9.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ orgs.newOrg('eclipse-openj9') {
"repository"
],
},
orgs.newRepoWebhook('https://openj9-jenkins.osuosl.org/ghprbhook/') {
events+: [
"issue_comment",
"pull_request"
],
},
],
branch_protection_rules: [
orgs.newBranchProtectionRule('v*-release') {
Expand Down Expand Up @@ -144,6 +150,12 @@ orgs.newOrg('eclipse-openj9') {
"push"
],
},
orgs.newRepoWebhook('https://openj9-jenkins.osuosl.org/ghprbhook/') {
events+: [
"issue_comment",
"pull_request"
],
},
],
environments: [
orgs.newEnvironment('github-pages'),
Expand Down Expand Up @@ -252,6 +264,12 @@ orgs.newOrg('eclipse-openj9') {
"pull_request"
],
},
orgs.newRepoWebhook('https://openj9-jenkins.osuosl.org/ghprbhook/') {
events+: [
"issue_comment",
"pull_request"
],
},
],
environments: [
orgs.newEnvironment('github-pages'),
Expand Down

0 comments on commit 1499e0f

Please sign in to comment.