Skip to content

Commit

Permalink
Update config to reflect live settings
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-tracecompass-bot committed Feb 15, 2024
1 parent e4020e8 commit bd48a96
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions otterdog/eclipse-tracecompass.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@ orgs.newOrg('eclipse-tracecompass') {
},
orgs.newRepo('trace-event-logger') {
},
orgs.newRepo('tracecompass-infra') {
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,
},
},
orgs.newRepo('tracecompass-test-traces') {
allow_merge_commit: true,
allow_update_branch: false,
Expand Down

0 comments on commit bd48a96

Please sign in to comment.