feat: Add default config for the GitHub pull app
This commit is contained in:
parent
44ec67ffc5
commit
fc3232a76a
1 changed files with 6 additions and 0 deletions
6
.github/pull.yml
vendored
Normal file
6
.github/pull.yml
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
version: "1"
|
||||
rules:
|
||||
- base: main
|
||||
upstream: ublue-os:main
|
||||
mergeMethod: merge
|
||||
mergeUnstable: false
|
Loading…
Reference in a new issue