From 61ea8aff95bae1fa93af314c242222a56ba8c4a0 Mon Sep 17 00:00:00 2001 From: Noah Date: Thu, 11 Jan 2024 08:17:59 +1000 Subject: [PATCH] chore: Pull app will now hardreset --- .github/pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull.yml b/.github/pull.yml index 80ab134..a941e0f 100644 --- a/.github/pull.yml +++ b/.github/pull.yml @@ -2,5 +2,5 @@ version: "1" rules: - base: template upstream: ublue-os:template - mergeMethod: rebase + mergeMethod: hardreset mergeUnstable: false