We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c516176 commit 8579fd3Copy full SHA for 8579fd3
.github/pull.yml
@@ -2,6 +2,6 @@ version: "1"
2
rules: # Array of rules
3
- base: master # Required. Target branch
4
upstream: atom:master # Required. Must be in the same fork network.
5
- mergeMethod: rebase # Optional, one of [none, merge, squash, rebase, hardreset], Default: none.
+ mergeMethod: squash # Optional, one of [none, merge, squash, rebase, hardreset], Default: none.
6
mergeUnstable: false # Optional, merge pull request even when the mergeable_state is not clean. Default: false
7
-label: ":arrow_heading_down: pull upstream" # Optional
+label: ":arrow_heading_down: pull upstream" # Optional
0 commit comments