Skip to content

Commit

Permalink
Updating file 'otterdog/eclipse-ee4j.jsonnet' with otterdog. (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ee4j-bot authored Jun 14, 2024
1 parent c7175bb commit 310b0dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions otterdog/eclipse-ee4j.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ orgs.newOrg('eclipse-ee4j') {
archived: true,
default_branch: "1.1.x",
description: "cdi-cpl",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand All @@ -129,6 +131,8 @@ orgs.newOrg('eclipse-ee4j') {
archived: true,
default_branch: "1.0",
description: "cdi-tck-cpl",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand Down Expand Up @@ -1307,6 +1311,7 @@ orgs.newOrg('eclipse-ee4j') {
},
},
orgs.newRepo('jakartaee-tutorial') {
archived: true,
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "master",
Expand Down Expand Up @@ -1597,6 +1602,8 @@ orgs.newOrg('eclipse-ee4j') {
dependabot_security_updates_enabled: true,
description: "The source repository for",
homepage: "https://jersey.github.io",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand Down

0 comments on commit 310b0dd

Please sign in to comment.