Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Neidhart authored and eclipse-ditto-bot committed Jul 9, 2024
1 parent 5870eb1 commit fa87c7b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions otterdog/eclipse-ditto.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ local orgs = import 'vendor/otterdog-defaults/otterdog-defaults.libsonnet';
orgs.newOrg('eclipse-ditto') {
settings+: {
description: "",
members_can_change_project_visibility: false,
name: "Eclipse Ditto™",
packages_containers_internal: false,
packages_containers_public: false,
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
Expand Down Expand Up @@ -36,8 +33,6 @@ orgs.newOrg('eclipse-ditto') {
has_discussions: true,
has_wiki: false,
homepage: "https://eclipse.dev/ditto/",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
"akka",
"digital-shadow",
Expand Down Expand Up @@ -92,8 +87,6 @@ orgs.newOrg('eclipse-ditto') {
description: "Eclipse Ditto™: Digital Twin framework - Client SDKs for Java and JavaScript",
has_wiki: false,
homepage: "https://eclipse.org/ditto",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
"client-sdks",
"ditto-clients",
Expand Down Expand Up @@ -128,8 +121,6 @@ orgs.newOrg('eclipse-ditto') {
delete_branch_on_merge: false,
description: "Eclipse Ditto™: Digital Twin framework - Client SDK for Golang",
homepage: "https://eclipse.org/ditto/",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
"client-sdk",
"eclipse-ditto",
Expand All @@ -148,8 +139,6 @@ orgs.newOrg('eclipse-ditto') {
delete_branch_on_merge: false,
description: "Eclipse Ditto™: Digital Twin framework - Client SDK for Python",
homepage: "https://eclipse.org/ditto/",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
"client-sdk",
"eclipse-ditto",
Expand All @@ -174,8 +163,6 @@ orgs.newOrg('eclipse-ditto') {
has_projects: false,
has_wiki: false,
homepage: "https://eclipse.org/ditto",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
"eclipse-ditto",
"examples",
Expand Down Expand Up @@ -210,8 +197,6 @@ orgs.newOrg('eclipse-ditto') {
delete_branch_on_merge: false,
description: "Eclipse Ditto™: Digital Twin framework - Static website",
homepage: "https://eclipse.org/ditto/",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
enabled: false,
Expand Down

0 comments on commit fa87c7b

Please sign in to comment.