[CI] add pull bot pull.yml file

This commit is contained in:
Sam Heinz
2024-04-21 16:41:48 +10:00
parent f2e02447d4
commit b4b143fe48
2 changed files with 9 additions and 18 deletions

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

@@ -0,0 +1,9 @@
version: "1"
rules:
- base: main
upstream: tteck:main
mergeMethod: merge # [none, merge, squash, rebase, hardreset]
conflictReviewers:
- asylumexp
label: ":arrow_heading_down: pull"
conflictLabel: "merge-conflict"

View File

@@ -1,18 +0,0 @@
## I wanted to make you aware that I am meticulous when it comes to merging code into the main branch, so please don't take it personally if I reject your request.
## Description
Please include a summary of the change and/or which issue is fixed.
Fixes # (issue)
## Type of change
Please delete options that are not relevant.
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] New Script (Develop a new script or set of scripts that are fully functional and thoroughly tested)
- [ ] I have performed a self-review of my code, adhering to established codebase patterns and conventions.
- [ ] This change requires a documentation update