Skip to content

Commit

Permalink
update config to reflect live settings
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi authored and che-bot committed Aug 19, 2024
1 parent 54d6595 commit 9b4770c
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions otterdog/eclipse-che.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,12 @@ orgs.newOrg('eclipse-che') {
],
},
orgs.newRepo('che-archetypes') {
allow_merge_commit: true,
allow_update_branch: false,
archived: true,
default_branch: "master",
delete_branch_on_merge: false,
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand Down Expand Up @@ -296,9 +300,13 @@ orgs.newOrg('eclipse-che') {
],
},
orgs.newRepo('che-dependencies') {
allow_merge_commit: true,
allow_update_branch: false,
archived: true,
default_branch: "master",
delete_branch_on_merge: false,
description: "Che Dependencies",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand All @@ -312,11 +320,14 @@ orgs.newOrg('eclipse-che') {
],
},
orgs.newRepo('che-dev') {
allow_merge_commit: true,
allow_update_branch: false,
archived: true,
default_branch: "master",
dependabot_security_updates_enabled: true,
description: "Development resources and tools for Eclipse Che.",
homepage: "",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand Down Expand Up @@ -346,11 +357,13 @@ orgs.newOrg('eclipse-che') {
orgs.newRepo('che-devfile-registry') {
allow_merge_commit: true,
allow_update_branch: false,
archived: true,
code_scanning_default_setup_enabled: true,
dependabot_security_updates_enabled: true,
gh_pages_build_type: "legacy",
gh_pages_source_branch: "gh-pages",
gh_pages_source_path: "/",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand Down Expand Up @@ -408,8 +421,11 @@ orgs.newOrg('eclipse-che') {
],
},
orgs.newRepo('che-dockerfiles') {
allow_merge_commit: true,
allow_update_branch: false,
archived: true,
default_branch: "master",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand Down Expand Up @@ -531,8 +547,12 @@ orgs.newOrg('eclipse-che') {
},
},
orgs.newRepo('che-editor-gwt-ide') {
allow_merge_commit: true,
allow_update_branch: false,
archived: true,
default_branch: "master",
delete_branch_on_merge: false,
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand All @@ -558,8 +578,12 @@ orgs.newOrg('eclipse-che') {
],
},
orgs.newRepo('che-go-jsonrpc') {
allow_merge_commit: true,
allow_update_branch: false,
archived: true,
default_branch: "master",
delete_branch_on_merge: false,
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand All @@ -580,8 +604,11 @@ orgs.newOrg('eclipse-che') {
],
},
orgs.newRepo('che-jwtproxy') {
allow_merge_commit: true,
allow_update_branch: false,
archived: true,
dependabot_security_updates_enabled: true,
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand Down Expand Up @@ -643,10 +670,13 @@ orgs.newOrg('eclipse-che') {
],
},
orgs.newRepo('che-lib') {
allow_merge_commit: true,
allow_update_branch: false,
archived: true,
default_branch: "master",
dependabot_security_updates_enabled: true,
description: "Che Libraries",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand Down Expand Up @@ -674,10 +704,13 @@ orgs.newOrg('eclipse-che') {
],
},
orgs.newRepo('che-ls-jdt') {
allow_merge_commit: true,
allow_update_branch: false,
archived: true,
default_branch: "master",
dependabot_security_updates_enabled: true,
description: "che-ls-jdt",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand Down Expand Up @@ -867,10 +900,13 @@ orgs.newOrg('eclipse-che') {
],
},
orgs.newRepo('che-parent') {
allow_merge_commit: true,
allow_update_branch: false,
archived: true,
default_branch: "master",
dependabot_security_updates_enabled: true,
description: "Che project repository",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand Down Expand Up @@ -911,12 +947,15 @@ orgs.newOrg('eclipse-che') {
],
},
orgs.newRepo('che-plugin-broker') {
allow_merge_commit: true,
allow_update_branch: false,
archived: true,
default_branch: "master",
dependabot_security_updates_enabled: true,
has_issues: false,
has_projects: false,
has_wiki: false,
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand Down Expand Up @@ -1071,9 +1110,13 @@ orgs.newOrg('eclipse-che') {
],
},
orgs.newRepo('che-plugin-svn') {
allow_merge_commit: true,
allow_update_branch: false,
archived: true,
default_branch: "master",
delete_branch_on_merge: false,
description: "Che SVN plugin",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand Down Expand Up @@ -1243,18 +1286,25 @@ orgs.newOrg('eclipse-che') {
],
},
orgs.newRepo('che-tests') {
allow_merge_commit: true,
allow_update_branch: false,
archived: true,
delete_branch_on_merge: false,
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
},
orgs.newRepo('che-theia') {
allow_merge_commit: true,
allow_update_branch: false,
archived: true,
dependabot_security_updates_enabled: true,
gh_pages_build_type: "legacy",
gh_pages_source_branch: "gh-pages",
gh_pages_source_path: "/",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand Down Expand Up @@ -1397,10 +1447,13 @@ orgs.newOrg('eclipse-che') {
],
},
orgs.newRepo('che-workspace-loader') {
allow_merge_commit: true,
allow_update_branch: false,
archived: true,
default_branch: "master",
dependabot_security_updates_enabled: true,
has_issues: false,
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand Down

0 comments on commit 9b4770c

Please sign in to comment.