Skip to content

Commit

Permalink
Add vertx-service-resolver repo (#5)
Browse files Browse the repository at this point in the history
* Add vertx-service-resolver repo

* use proper setting

Signed-off-by: Thomas Neidhart <[email protected]>

---------

Signed-off-by: Thomas Neidhart <[email protected]>
Co-authored-by: Thomas Neidhart <[email protected]>
  • Loading branch information
vietj and netomi authored Sep 28, 2023
1 parent 6341e78 commit 95b95df
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions otterdog/eclipse-vertx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -442,5 +442,26 @@ orgs.newOrg('eclipse-vertx') {
},
],
},
orgs.newRepo('vertx-service-resolver') {
allow_update_branch: false,
description: "Vert.x Service Resolver",
homepage: "",
topics+: [
"java",
"vertx",
"jvm",
"microservices",
"kubernetes",
"loadbalancing",
"servicediscovery"
],
web_commit_signoff_required: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
required_approving_review_count: null,
requires_pull_request: false,
},
],
},
],
}

0 comments on commit 95b95df

Please sign in to comment.