Skip to content

Commit

Permalink
Update jetty.jsonnet with more repositories (#15)
Browse files Browse the repository at this point in the history
Add 5 more repositories to be migrated out of toolchain.

Signed-off-by: Jesse McConnell <[email protected]>
  • Loading branch information
jmcc0nn3ll authored Oct 26, 2023
1 parent e1963ea commit bf7117f
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions otterdog/jetty.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -245,5 +245,70 @@ orgs.newOrg('jetty') {
actions_can_approve_pull_request_reviews: false,
},
},
orgs.newRepo('jetty.test.helper') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "main",
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "Eclipse Jetty® - Test Helper",
homepage: "http://eclipse.org/jetty",
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
},
orgs.newRepo('jetty.test.policy') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "main",
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "Eclipse Jetty® - Test Policy",
homepage: "http://eclipse.org/jetty",
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
},
orgs.newRepo('jetty.servlet.api') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "main",
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "Eclipse Jetty® - Servlet API (javax and jakarta)",
homepage: "http://eclipse.org/jetty",
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
},
orgs.newRepo('jetty.websocket.api') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "main",
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "Eclipse Jetty® - WebSocket API (javax and jakarta)",
homepage: "http://eclipse.org/jetty",
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
},
orgs.newRepo('jetty.build.support') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "main",
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "Eclipse Jetty® - Build Support",
homepage: "http://eclipse.org/jetty",
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
},
],
}

0 comments on commit bf7117f

Please sign in to comment.