Skip to content

Commit

Permalink
Introduce jetty-examples repo (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime authored Jan 10, 2024
1 parent 63fe0ed commit 6f593c8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions otterdog/jetty.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,19 @@ orgs.newOrg('jetty') {
actions_can_approve_pull_request_reviews: false,
},
},
orgs.newRepo('jetty-examples') {
allow_merge_commit: true,
allow_update_branch: true,
delete_branch_on_merge: true,
dependabot_security_updates_enabled: true,
description: "Eclipse Jetty® - Examples",
has_wiki: true,
homepage: "https://eclipse.dev/jetty",
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
},
orgs.newRepo('jetty-parent') {
dependabot_security_updates_enabled: true,
description: "Eclipse Jetty® - Parent Pom",
Expand Down

0 comments on commit 6f593c8

Please sign in to comment.