Skip to content

Commit

Permalink
Add cbi-website repo
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-cbi-bot committed Apr 26, 2024
1 parent ebb6c90 commit c18fe33
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions otterdog/eclipse-cbi.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ orgs.newOrg('eclipse-cbi') {
],
workflows+: {
allow_action_patterns+: [
"eclipse/dash-licenses/.github/actions/maven-license-check-action@*",
"geekyeggo/delete-artifact@*",
"jreleaser/release-action/.github/*@*",
"ludeeus/action-shellcheck@*",
"marocchino/sticky-pull-request-comment@*",
"release-drafter/release-drafter@*",
"slsa-framework/slsa-github-generator/*",
"softprops/action-gh-release@*",
"jreleaser/release-action/.github/*@*",
"geekyeggo/delete-artifact@*",
"stCarolas/setup-maven@*",
"eclipse/dash-licenses/.github/actions/maven-license-check-action@*"
"stCarolas/setup-maven@*"
],
allowed_actions: "selected",
default_workflow_permissions: "write",
Expand Down Expand Up @@ -119,6 +119,21 @@ orgs.newOrg('eclipse-cbi') {
default_workflow_permissions: "write",
},
},
orgs.newRepo('cbi-website') {
local thisRepo = self,
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
workflows+: {
default_workflow_permissions: "write",
},
branch_protection_rules: [
newBranchProtectionRule(thisRepo.default_branch),
],
},
orgs.newRepo('ci-admin') {
local thisRepo = self,
allow_squash_merge: false,
Expand Down

0 comments on commit c18fe33

Please sign in to comment.