Skip to content

Commit

Permalink
Add repository sig-testing (#54)
Browse files Browse the repository at this point in the history
Signed-off-by: Sigi <47592287+Siegfriedk@users.noreply.github.com>
  • Loading branch information
Siegfriedk authored Feb 14, 2024
1 parent cefc230 commit 7fae399
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,17 @@ orgs.newOrg('eclipse-tractusx') {
default_workflow_permissions: "write",
},
},
orgs.newRepo('sig-testing') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
has_discussions: true,
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
},
orgs.newRepo('sldt-bpn-discovery') {
allow_merge_commit: true,
allow_update_branch: false,
Expand Down

0 comments on commit 7fae399

Please sign in to comment.