Skip to content

Commit

Permalink
Update pull.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
buiawpkgew1 authored Jan 21, 2023
1 parent 282b18d commit 24869e9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/pull.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
version: "1"
rules: # Array of rules
- base: master # Required. Target branch
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
- base: main # Required. Target branch
upstream: zhonghuaifang:main # Required. Must be in the same fork network.
mergeMethod: merge # Optional, one of [none, merge, squash, rebase, hardreset], Default: none

0 comments on commit 24869e9

Please sign in to comment.