Skip to content

Refresh clients data automatically #2010

@thibaultamartin

Description

@thibaultamartin

As of now, clients data in https://matrix.org/ecosystem/clients/ is not refreshed automatically. We can implement a GH Action to fetch the client information "somewhere" and update the data.

My naive approach would be to have a GH Action running every 24h that:

  • Fetches all the *.md in /content/ecosystem/clients, and for each file
    • Parses the frontmatter
    • Reads a definition_file url (https? git? TBD)
    • Fetches the definition file in the url that contains the updated data
    • Updates the data in the frontmatter of the .md file
  • Opens a new PR to update the clients data
  • Closes old unreviewed PRs it had previously opened

What's left to define:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementThis would be an improvement to the website.help wantedIssues we consider that external contributes can help us with.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions