feat: Add default config for the GitHub pull app

This commit is contained in:
Kyle Gospodnetich 2024-04-14 21:36:57 -07:00
parent 44ec67ffc5
commit fc3232a76a

6
.github/pull.yml vendored Normal file
View file

@ -0,0 +1,6 @@
version: "1"
rules:
- base: main
upstream: ublue-os:main
mergeMethod: merge
mergeUnstable: false