Skip to content

Commit

Permalink
Add basyx-wiki repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
pstankie committed Dec 12, 2023
1 parent 90daf43 commit 9209c33
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions otterdog/eclipse-basyx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -306,5 +306,17 @@ orgs.newOrg('eclipse-basyx') {
enabled: false,
},
},
orgs.newRepo('basyx-wiki') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
enabled: false,
},
},
],
}

0 comments on commit 9209c33

Please sign in to comment.