Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi authored and ee4j-bot committed Aug 2, 2024
1 parent 2e77e8a commit 9cc1fd8
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions otterdog/eclipse-ee4j.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -1002,6 +1002,19 @@ orgs.newOrg('eclipse-ee4j') {
},
],
},
orgs.newRepo('glassfish.docker') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
dependabot_alerts_enabled: false,
description: "Official supported GlassFish docker",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
},
orgs.newRepo('gransasso') {
allow_merge_commit: true,
allow_update_branch: false,
Expand Down Expand Up @@ -1312,16 +1325,14 @@ orgs.newOrg('eclipse-ee4j') {
},
orgs.newRepo('jakartaee-tutorial') {
archived: true,
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "Jakarta EE Tutorial",
gh_pages_build_type: "legacy",
gh_pages_source_branch: "gh-pages",
gh_pages_source_path: "/",
homepage: "https://eclipse-ee4j.github.io/jakartaee-tutorial",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand Down Expand Up @@ -1625,6 +1636,7 @@ orgs.newOrg('eclipse-ee4j') {
},
environments: [
orgs.newEnvironment('github-pages'),
orgs.newEnvironment('master'),
],
},
orgs.newRepo('krazo') {
Expand Down

0 comments on commit 9cc1fd8

Please sign in to comment.