Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-thingweb-bot committed Mar 28, 2024
1 parent 76a4d6a commit 43fa2ab
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions otterdog/eclipse-thingweb.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,18 @@ orgs.newOrg('eclipse-thingweb') {
},
],
},
orgs.newRepo('domus-tdd-api') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
has_wiki: false,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
},
orgs.newRepo('node-red') {
allow_merge_commit: true,
allow_update_branch: false,
Expand Down

0 comments on commit 43fa2ab

Please sign in to comment.