Skip to content

Commit

Permalink
update config after repo transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi authored and adoptium-bot committed Aug 14, 2024
1 parent 385b80c commit d1e21ca
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions otterdog/adoptium.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,28 @@ orgs.newOrg('adoptium') {
},
],
},
orgs.newRepo('openj9-systemtest') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "Long running J9 tests",
private_vulnerability_reporting_enabled: true,
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
webhooks: [
orgs.newRepoWebhook('https://ci.eclipse.org/openj9/ghprbhook/') {
events+: [
"issue_comment",
"pull_request",
"push"
],
},
],
},
orgs.newRepo('run-aqa') {
allow_merge_commit: true,
default_branch: "master",
Expand Down

0 comments on commit d1e21ca

Please sign in to comment.