Periodically check if a new version of a project is released. Will create a GitHub issue for you :)
6.3K
Simple stateless checking if a new version of a project is released. Should be run periodically. If a new version is found an issue requesting a version bump will be created in a GitHub repository of choice.
Currently only supports git tags as source of information for new versions.
newversionchecker.toml file with the following contents:github_repo = "simonvanderveldt/newversionchecker" # Repo to create the version bump issues in
check_interval = 24 # Interval how often the check is scheduled to run (hours)
[projects] # Dictionary of projects to check and their git URL
"New version checker" = "https://github.com/simonvanderveldt/newversionchecker"
"<some other project>" = "https://github.com/<owner>/<some other project>"
public_repo or repo scope accessGITHUB_API_TOKEN environment variable./newversionchecker.pyContent type
Image
Digest
Size
42.2 MB
Last updated
over 9 years ago
docker pull simonvanderveldt/newversionchecker