forked from FENNY521/JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpull.yml
More file actions
8 lines (7 loc) · 512 Bytes
/
pull.yml
File metadata and controls
8 lines (7 loc) · 512 Bytes
1
2
3
4
5
6
7
8
# 使用方法见[@lxk0301](https://raw.githubusercontent.com/lxk0301/scripts/master/githubAction.md)
version: "1"
rules: # Array of rules
- base: master # Required. Target branch
upstream: Sunert: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