Skip to content

Commit

Permalink
Disable Flathub's update checker and PR auto-merging
Browse files Browse the repository at this point in the history
At least until upstream addresses the following issue:

flathub-infra/flatpak-external-data-checker#438

This is to prevent the bot from opening (and merging) multiple pull
requests that point to the same version.

Closes #437
  • Loading branch information
guihkx committed Sep 18, 2024
1 parent f2a8b68 commit 3ebfd7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
7 changes: 1 addition & 6 deletions com.discordapp.Discord.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 1 addition & 2 deletions flathub.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"only-arches": ["x86_64"],
"automerge-flathubbot-prs": true
"only-arches": ["x86_64"]
}

0 comments on commit 3ebfd7c

Please sign in to comment.