Skip to content

Commit

Permalink
create website redesign repo
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Jan 31, 2024
1 parent 5e70e91 commit 13c3825
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions otterdog/adoptium.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,27 @@ orgs.newOrg('adoptium') {
},
],
},
orgs.newRepo('adoptium.net-redesign') {
allow_auto_merge: true,
allow_update_branch: false,
dependabot_security_updates_enabled: true,
description: "Adoptium Website",
homepage: "https://adoptium.net",
topics+: [
"hacktoberfest"
],
web_commit_signoff_required: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
required_approving_review_count: 1,
// required_status_checks+: [
// "Lint Code Base",
// "Run CI",
// "netlify:netlify/eclipsefdn-adoptium/deploy-preview"
// ],
},
],
},
newMirrorRepo('alpine-jdk8u') {},
orgs.newRepo('api.adoptium.net') {
allow_merge_commit: true,
Expand Down

0 comments on commit 13c3825

Please sign in to comment.