Skip to content

Commit

Permalink
Updating file 'otterdog/jakartaee.jsonnet' with otterdog.
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-jakartaee-platform-bot committed Mar 13, 2024
1 parent 3fa4e0b commit f9178c0
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions otterdog/jakartaee.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,36 @@ orgs.newOrg('jakartaee') {
orgs.newEnvironment('github-pages'),
],
},
orgs.newRepo('batch') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "The Jakarta Batch project produces the Batch Specification and API.",
homepage: "https://projects.eclipse.org/projects/ee4j.batch",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
},
orgs.newRepo('batch-tck') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "The Jakarta Batch TCK repository contains the Batch TCK.",
homepage: "https://projects.eclipse.org/projects/ee4j.batch",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
},
orgs.newRepo('cdi') {
allow_update_branch: false,
delete_branch_on_merge: false,
Expand Down

0 comments on commit f9178c0

Please sign in to comment.