Skip to content

Commit

Permalink
Update jetty.jsonnet temp remove jetty.test.helper (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse McConnell <[email protected]>
  • Loading branch information
jmcc0nn3ll authored Oct 27, 2023
1 parent bf7117f commit b618727
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions otterdog/jetty.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -245,19 +245,6 @@ 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,
Expand Down

0 comments on commit b618727

Please sign in to comment.