Skip to content

Commit

Permalink
otterdog: enable force push to remove repo README init commit (#9)
Browse files Browse the repository at this point in the history
This init repo commit does conflict with project history. Allow force
push to remove it and switch back afterwards.

Signed-off-by: Stefan Schmidt <[email protected]>
  • Loading branch information
Stefan-Schmidt authored May 15, 2024
1 parent 4ca95a0 commit 0893e16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otterdog/eclipse-oniro4openharmony.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ orgs.newOrg('eclipse-oniro4openharmony') {
orgs.newRepo('f-oh') {
allow_auto_merge: true,
allow_squash_merge: false,
allow_update_branch: false,
allow_update_branch: true,
default_branch: "oniro",
description: "Fork of F-OH application store for Oniro",
homepage: "",
},
orgs.newRepo('f-oh-data') {
allow_auto_merge: true,
allow_squash_merge: false,
allow_update_branch: false,
allow_update_branch: true,
default_branch: "oniro",
description: "Fork of F-OH backend for Oniro",
homepage: "",
Expand Down

0 comments on commit 0893e16

Please sign in to comment.