Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Description
This PR introduces a new pipeline which fetches a list of popular instances from fediverse.observer. The list is placed into a text file and also a code file so that it can be consumed programmatically by the Thunder app. Of course, we can also generate other kinds of files in the future (e.g., Android manifest files for handling links). The workflow then opens a PR in the repo so that we can review, approve, and merge the changes. At this time, the list of instances is generated by combining what's already in the file with the results of the API call, which queries for instances with >50 subscribers (as Jerboa does). One nice thing is that it doesn't remove any instances, so we can manually add ones that aren't detected automatically, if needed.
Initially, I would like to use this list for a couple of smaller things.
In the future, I would also like to use this list for in-app post/comment navigation, as well as the big one, handling external links.
For reference...
Issue Being Fixed
Not directly related to any issue; this is more of an infrastructure thing. But should pave the way for some nice features.
Screenshots / Recordings
Checklist
semanticLabel
s where applicable for accessibility?