Skip to content

Commit

Permalink
Changes due to additional validations in the default config.
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-glsp-bot committed Aug 31, 2023
1 parent 09024ae commit c5c9ea7
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions otterdog/eclipse-glsp.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ orgs.newOrg('eclipse-glsp') {
dependabot_security_updates_enabled_for_new_repositories: false,
dependency_graph_enabled_for_new_repositories: false,
members_can_change_project_visibility: false,
members_can_change_repo_visibility: true,
members_can_delete_repositories: true,
packages_containers_internal: false,
packages_containers_public: false,
readers_can_create_discussions: true,
Expand All @@ -24,7 +22,7 @@ orgs.newOrg('eclipse-glsp') {
description: "Graphical language server platform for building web-based diagram editors",
has_discussions: true,
has_wiki: false,
homepage: "https://www.eclipse.org/glsp",
homepage: "https://www.eclipse.dev/glsp",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
Expand Down Expand Up @@ -60,7 +58,7 @@ orgs.newOrg('eclipse-glsp') {
dependabot_security_updates_enabled: true,
description: "Web-based client framework of the graphical language server platform",
has_wiki: false,
homepage: "https://www.eclipse.org/glsp",
homepage: "https://www.eclipse.dev/glsp",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
Expand Down Expand Up @@ -88,7 +86,7 @@ orgs.newOrg('eclipse-glsp') {
dependabot_alerts_enabled: false,
description: "Integration of the web-based GLSP client with Eclipse",
has_wiki: false,
homepage: "https://www.eclipse.org/glsp",
homepage: "https://www.eclipse.dev/glsp",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
Expand All @@ -114,7 +112,7 @@ orgs.newOrg('eclipse-glsp') {
gh_pages_build_type: "legacy",
gh_pages_source_branch: "pages-test",
gh_pages_source_path: "/docs",
homepage: "https://www.eclipse.org/glsp",
homepage: "https://www.eclipse.dev/glsp",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
Expand Down Expand Up @@ -147,7 +145,7 @@ orgs.newOrg('eclipse-glsp') {
allow_update_branch: false,
dependabot_alerts_enabled: false,
description: "End-to-end testing library for Eclipse GLSP diagrams",
homepage: "https://www.eclipse.org/glsp",
homepage: "https://www.eclipse.dev/glsp",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
Expand Down Expand Up @@ -176,7 +174,7 @@ orgs.newOrg('eclipse-glsp') {
dependabot_security_updates_enabled: true,
description: "Java-based server framework of the graphical language server platform",
has_wiki: false,
homepage: "https://www.eclipse.org/glsp",
homepage: "https://www.eclipse.dev/glsp",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
Expand Down Expand Up @@ -205,7 +203,7 @@ orgs.newOrg('eclipse-glsp') {
gh_pages_build_type: "legacy",
gh_pages_source_branch: "gh-pages",
gh_pages_source_path: "/",
homepage: "https://www.eclipse.org/glsp",
homepage: "https://www.eclipse.dev/glsp",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
Expand Down Expand Up @@ -240,7 +238,7 @@ orgs.newOrg('eclipse-glsp') {
default_branch: "master",
dependabot_security_updates_enabled: true,
description: "Integration of the web-based GLSP client with Eclipse Theia",
homepage: "https://www.eclipse.org/glsp",
homepage: "https://www.eclipse.dev/glsp",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
Expand All @@ -267,7 +265,7 @@ orgs.newOrg('eclipse-glsp') {
default_branch: "master",
dependabot_alerts_enabled: false,
description: "Integration of the web-based GLSP client with VSCode",
homepage: "https://www.eclipse.org/glsp",
homepage: "https://www.eclipse.dev/glsp",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
Expand Down Expand Up @@ -305,7 +303,7 @@ orgs.newOrg('eclipse-glsp') {
default_branch: "master",
dependabot_security_updates_enabled: true,
description: "The website for GLSP",
homepage: "https://www.eclipse.org/glsp",
homepage: "https://www.eclipse.dev/glsp",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
Expand Down

0 comments on commit c5c9ea7

Please sign in to comment.