Skip to content

Commit

Permalink
Create Temurin project repo (#25)
Browse files Browse the repository at this point in the history
Temurin project-level repository

Signed-off-by: Tim Ellison <[email protected]>
  • Loading branch information
tellison authored Sep 26, 2023
1 parent 8159f96 commit 758679a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions otterdog/adoptium.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,22 @@ orgs.newOrg('adoptium') {
],
web_commit_signoff_required: false,
},
orgs.newRepo('temurin') {
allow_auto_merge: true,
allow_merge_commit: false,
allow_update_branch: false,
default_branch: "main",
has_wiki: false,
dependabot_security_updates_enabled: true,
description: "Eclipse Temurin™ project assets",
homepage: "https://adoptium.net/temurin",
web_commit_signoff_required: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
required_approving_review_count: 1,
},
],
},
orgs.newRepo('temurin-build') {
allow_auto_merge: true,
allow_update_branch: false,
Expand Down

0 comments on commit 758679a

Please sign in to comment.