Skip to content

Commit

Permalink
Make the default platform-tck branch main instead of master (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: Scott M Stark <[email protected]>
  • Loading branch information
starksm64 authored Jul 21, 2024
1 parent 04391cf commit 2c7b741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otterdog/jakartaee.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@ orgs.newOrg('jakartaee') {
orgs.newRepo('platform-tck') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "master",
default_branch: "main",
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "Jakartaee-tck",
Expand Down

0 comments on commit 2c7b741

Please sign in to comment.