Skip to content

Commit

Permalink
otterdog: set new default branch for manifest repo (#3)
Browse files Browse the repository at this point in the history
The main branch does not exist in the original repo we mirror
from (and thus creates problems when running git push --mirror).

In addition, our changes will be targeted into the
OpenHarmony-3.2-Release branch, which means we should show it
as default to make is easier to discover for contributors.

Signed-off-by: Stefan Schmidt <[email protected]>
  • Loading branch information
Stefan-Schmidt authored Oct 13, 2023
1 parent 014409d commit 7349e27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions otterdog/eclipse-oniro4openharmony.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ orgs.newOrg('eclipse-oniro4openharmony') {
orgs.newRepo('manifest') {
allow_auto_merge: true,
allow_update_branch: false,
default_branch: "OpenHarmony-3.2-Release",
delete_branch_on_merge: true,
web_commit_signoff_required: true,
},
Expand Down

0 comments on commit 7349e27

Please sign in to comment.