Skip to content

Commit

Permalink
Create pull.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DoveBoy authored Sep 26, 2020
1 parent 4875051 commit 04ad7e9
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 04ad7e9

Please sign in to comment.