Skip to content

Commit

Permalink
reimport to reflect live settings
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi authored and eclipse-csi-bot committed Aug 19, 2024
1 parent 8657088 commit 14a6e91
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions otterdog/eclipse-csi.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ orgs.newOrg('eclipse-csi') {
actions_can_approve_pull_request_reviews: false,
},
},
secrets+: [
orgs.newOrgSecret('DEPENDENCY_TRACK_API_KEY') {
selected_repositories+: [
"otterdog"
],
value: "********",
visibility: "selected",
},
],
_repositories+:: [
orgs.newRepo('.github') {
has_discussions: true,
Expand Down Expand Up @@ -62,6 +71,11 @@ orgs.newOrg('eclipse-csi') {
description: "This repository contains the source for the Eclipse Foundation Security Handbook.",
gh_pages_build_type: "workflow",
homepage: "https://eclipse-csi.github.io/security-handbook/",
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
required_approving_review_count: 0,
},
],
environments: [
orgs.newEnvironment('github-pages') {
branch_policies+: [
Expand All @@ -70,11 +84,6 @@ orgs.newOrg('eclipse-csi') {
deployment_branch_policy: "selected",
},
],
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
required_approving_review_count: 0,
},
],
},
orgs.newRepo('sonatype-lifecycle') {
description: "Configuration files and guides for deployment and usage of Sonatype Lifecycle at the Eclipse Foundation",
Expand Down

0 comments on commit 14a6e91

Please sign in to comment.