Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-theia-bot committed Feb 27, 2024
1 parent 5de3162 commit c0d99a1
Showing 1 changed file with 78 additions and 14 deletions.
92 changes: 78 additions & 14 deletions otterdog/eclipse-theia.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@ orgs.newOrg('eclipse-theia') {
default_workflow_permissions: "write",
},
},
orgs.newRepo('discourse-forum-archive') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
has_discussions: true,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
},
orgs.newRepo('dugite-extra') {
allow_merge_commit: true,
allow_update_branch: false,
Expand Down Expand Up @@ -246,7 +258,7 @@ orgs.newOrg('eclipse-theia') {
required_status_checks+: [
"any:DCO",
"any:Gitpod",
"any:continuous-integration/travis-ci",
"any:continuous-integration/travis-ci"
],
requires_strict_status_checks: true,
},
Expand Down Expand Up @@ -333,6 +345,18 @@ orgs.newOrg('eclipse-theia') {
orgs.newEnvironment('github-pages'),
],
},
orgs.newRepo('theia-generator-plugin') {
archived: true,
default_branch: "master",
dependabot_alerts_enabled: false,
dependabot_security_updates_enabled: true,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
},
orgs.newRepo('theia-playwright-template') {
allow_merge_commit: true,
allow_update_branch: false,
Expand All @@ -345,6 +369,32 @@ orgs.newOrg('eclipse-theia') {
default_workflow_permissions: "write",
},
},
orgs.newRepo('theia-plugin-packager') {
archived: true,
default_branch: "master",
dependabot_alerts_enabled: false,
dependabot_security_updates_enabled: true,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
webhooks: [
orgs.newRepoWebhook('https://notify.travis-ci.org') {
events+: [
"create",
"delete",
"issue_comment",
"member",
"public",
"pull_request",
"push",
"repository"
],
},
],
},
orgs.newRepo('theia-vscodecov') {
allow_merge_commit: true,
allow_update_branch: false,
Expand Down Expand Up @@ -402,7 +452,7 @@ orgs.newOrg('eclipse-theia') {
},
orgs.newRepoSecret('TOKEN') {
value: "pass:bots/ecd.theia/github.com/api-token-website",
},
},
],
environments: [
orgs.newEnvironment('github-pages') {
Expand All @@ -426,6 +476,32 @@ orgs.newOrg('eclipse-theia') {
enabled: false,
},
},
orgs.newRepo('theia-yeoman-plugin') {
archived: true,
default_branch: "master",
dependabot_alerts_enabled: false,
dependabot_security_updates_enabled: true,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
webhooks: [
orgs.newRepoWebhook('https://notify.travis-ci.org') {
events+: [
"create",
"delete",
"issue_comment",
"member",
"public",
"pull_request",
"push",
"repository"
],
},
],
},
orgs.newRepo('vscode-builtin-extensions') {
allow_squash_merge: false,
allow_update_branch: false,
Expand Down Expand Up @@ -510,17 +586,5 @@ orgs.newOrg('eclipse-theia') {
orgs.newEnvironment('github-pages'),
],
},
orgs.newRepo('discourse-forum-archive') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
has_discussions: true,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
},
],
}

0 comments on commit c0d99a1

Please sign in to comment.