From 3ebfd7c04c2a462eb9ba70d20b5f84078ce5b636 Mon Sep 17 00:00:00 2001 From: guihkx <626206+guihkx@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:41:48 -0300 Subject: [PATCH] Disable Flathub's update checker and PR auto-merging At least until upstream addresses the following issue: https://github.com/flathub-infra/flatpak-external-data-checker/issues/438 This is to prevent the bot from opening (and merging) multiple pull requests that point to the same version. Closes #437 --- com.discordapp.Discord.json | 7 +------ flathub.json | 3 +-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/com.discordapp.Discord.json b/com.discordapp.Discord.json index 55e7769..613ef9e 100644 --- a/com.discordapp.Discord.json +++ b/com.discordapp.Discord.json @@ -72,12 +72,7 @@ "type": "archive", "url": "https://dl.discordapp.net/apps/linux/0.0.68/discord-0.0.68.tar.gz", "sha256": "483cd8e228fac83fec0da3fa930f46f5edd2b339a2517aca11dccbaed120f07a", - "strip-components": 0, - "x-checker-data": { - "type": "rotating-url", - "url": "https://discord.com/api/download?platform=linux&format=tar.gz", - "pattern": "https://dl.discordapp.net/apps/linux/([0-9.]+)/discord-([0-9.]+).tar.gz" - } + "strip-components": 0 }, { "type": "file", diff --git a/flathub.json b/flathub.json index aace8d2..637604e 100644 --- a/flathub.json +++ b/flathub.json @@ -1,4 +1,3 @@ { - "only-arches": ["x86_64"], - "automerge-flathubbot-prs": true + "only-arches": ["x86_64"] }