A repository to keep the code of the RSMetaCheck bot for pushing issues with existing repository metadata
Contact maintainers and developpers about our pitfalls and warnings analysis about metadata. We want to start a discussion about the actual state of the quality of the given repository (possibly against others or standards). Ideally, we would like to point out what should be modified to fix the actual pitfalls and warnings detected.
Based on the RS Metacheck package analysis, this bot creates an issue in the repository host provider to present:
- the detected pitfalls and warnings
- suggestions to fix these pitfalls and warnings.
The bot is able to create issues on the repository hosted on gitub.com In the future, we will add gitlab.com and self-hosted gitlab instances support.
This repository is not actually doing the analysis of the metadata quality. It is using the analysis provided by the RsMetacheck package.
(will be publish on PyPy when released)
Use uv to install the package directly from github repo.
uv add git+https://github.com/codemetasoft/sw-metadata-bot.gitOr from local path if cloned already,
uv add --editable <path>/sw-metadata-botTo be completed.