Skip to content

Commit

Permalink
add pull bot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 7, 2020
1 parent 4f61325 commit d3fc230
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/pull.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: "1"
rules: # Array of rules
- base: master # Required. Target branch
upstream: atom:master # Required. Must be in the same fork network.
mergeMethod: rebase # Optional, one of [none, merge, squash, rebase, hardreset], Default: none.
mergeUnstable: false # Optional, merge pull request even when the mergeable_state is not clean. Default: false
label: ":arrow_heading_down: pull upstream" # Optional

0 comments on commit d3fc230

Please sign in to comment.