👷 add pull upstream ci

This commit is contained in:
yanyongyu 2020-11-22 01:18:46 +08:00
parent cfbfeec69b
commit 1c87c83c45

16
.github/pull.yml vendored Normal file
View File

@ -0,0 +1,16 @@
version: "1"
rules: # Array of rules
- base: master # Required. Target branch
upstream: nonebot: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
- base: dev
upstream: nonebot:dev # Required. Can be a branch in the same forked repo.
assignees: # Optional
- yanyongyu
reviewers: # Optional
- yanyongyu
conflictReviewers: # Optional, on merge conflict assign a reviewer
- yanyongyu
label: ":arrow_heading_down: pull" # Optional
conflictLabel: "merge-conflict" # Optional, on merge conflict assign a custom label, Default: merge-conflict