From e931836da71859afc05e694ac1b12974a92af1b0 Mon Sep 17 00:00:00 2001 From: Lctrs Date: Sun, 21 Feb 2021 14:59:37 +0100 Subject: [PATCH] enable auto-merge of flathub bot PR's --- flathub.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flathub.json b/flathub.json index d4fbb82..6f65b7d 100644 --- a/flathub.json +++ b/flathub.json @@ -1,4 +1,5 @@ { - "publish-delay-hours": 0, - "only-arches": ["x86_64"] + "automerge-flathubbot-prs": true, + "only-arches": ["x86_64"], + "publish-delay-hours": 0 }