Skip to content

Commit

Permalink
Updating file 'otterdog/eclipse-capella.jsonnet' with otterdog.
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-capella-bot committed Feb 26, 2024
1 parent 628e16f commit e9df4f1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions otterdog/eclipse-capella.jsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
local orgs = import 'vendor/otterdog-defaults/otterdog-defaults.libsonnet';

orgs.newOrg('eclipse-capella') {
settings+: {
blog: "https://projects.eclipse.org/projects/polarsys.capella",
dependabot_security_updates_enabled_for_new_repositories: false,
description: "MBSE tool to successfully design system, software, and hardware architecture",
email: "[email protected]",
members_can_change_project_visibility: false,
name: "Eclipse Capella™",
packages_containers_internal: false,
packages_containers_public: false,
readers_can_create_discussions: true,
two_factor_requirement: false,
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
default_workflow_permissions: "write",
},
},
_repositories+:: [
],
}

0 comments on commit e9df4f1

Please sign in to comment.