flathub-infra / flatpak-external-data-checker

A tool for checking if the external data used in Flatpak manifests is still up to date
GNU General Public License v2.0
116 stars 34 forks source link

`"is-main-source": false` is treated as main source #398

Closed adil192 closed 7 months ago

adil192 commented 7 months ago

In https://github.com/flathub/com.adilhanney.saber/pull/100, I set is-main-source to false for the x86_64 source (following https://github.com/flathub/flatpak-external-data-checker/issues/379#issuecomment-1806862390).

But https://github.com/flathub/com.adilhanney.saber/pull/101 created a pull request for just the x86_64 source.

I'm guessing this is because is-main-source is present even though it is false.

Commit from flathubbot that only updates the x86_64 source

wjt commented 7 months ago

To only open PRs when at least one important source is updated, first set require-important-update to true in flathub.json.