Skip to content

Commit

Permalink
otterdog: disable force push on f-oh and f-oh-data repos again (#10)
Browse files Browse the repository at this point in the history
This reverts commit 0893e16.

Signed-off-by: Stefan Schmidt <[email protected]>
  • Loading branch information
Stefan-Schmidt authored May 15, 2024
1 parent 0893e16 commit 7049a97
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: true,
allow_update_branch: false,
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: true,
allow_update_branch: false,
default_branch: "oniro",
description: "Fork of F-OH backend for Oniro",
homepage: "",
Expand Down

0 comments on commit 7049a97

Please sign in to comment.