Skip to content

Commit

Permalink
修复pull
Browse files Browse the repository at this point in the history
  • Loading branch information
buiawpkgew1 authored Jan 21, 2023
1 parent 921d769 commit 282b18d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/pull.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: "1"
rules: # Array of rules
- base: master # Required. Target branch
upstream: BlueskyClouds:master # Required. Must be in the same fork network.
mergeMethod: hardreset # Optional, one of [none, merge, squash, rebase, hardreset], Default: none.
upstream: zhonghuaifang:master # Required. Must be in the same fork network.
mergeMethod: merge # Optional, one of [none, merge, squash, rebase, hardreset], Default: none.
mergeUnstable: true # Optional, merge pull request even when the mergeable_state is not clean. Default: false

0 comments on commit 282b18d

Please sign in to comment.