We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9905e commit 7ce3ddbCopy full SHA for 7ce3ddb
.github/pull.yml
@@ -0,0 +1,8 @@
1
+# 使用方法见[@lxk0301](https://raw.githubusercontent.com/lxk0301/scripts/master/githubAction.md)
2
+
3
+version: "1"
4
+rules: # Array of rules
5
+ - base: master # Required. Target branch
6
+ upstream: Sunert:master # Required. Must be in the same fork network.
7
+ mergeMethod: hardreset # Optional, one of [none, merge, squash, rebase, hardreset], Default: none.
8
+ mergeUnstable: true # Optional, merge pull request even when the mergeable_state is not clean. Default: false
0 commit comments