Skip to content

Commit

Permalink
Merge pull request ZainCheung#44 from DoveBoy/patch-1
Browse files Browse the repository at this point in the history
Create pull.yml
  • Loading branch information
ZainCheung authored Sep 26, 2020
2 parents a0da0d2 + 95940fe commit 34f23f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/pull.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: "1"
rules: # Array of rules
- base: master # Required. Target branch
upstream: ZainCheung:master # Required. Must be in the same fork network.
mergeMethod: hardreset # 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 34f23f5

Please sign in to comment.