We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc6de8 commit adaefd5Copy full SHA for adaefd5
.github/pull.yml
@@ -0,0 +1,7 @@
1
+version: "1"
2
+rules: # Array of rules
3
+ - base: upstream_master # Required. Target branch
4
+ upstream: atom:master # Required. Must be in the same fork network.
5
+ mergeMethod: hardreset # 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
0 commit comments