Telegram bot for sending messages about github changes
By file config.json with data
{ "github_user": "my-github-user", "github_user_password": "my-github-pass", "repos": [ { "name": "MY-ORG/my-repo" }, { "name": "MY-ORG/my-repo-without-tags", "skip_if_refs_not_found": true } ], "telegram_bot_token": "my-telegram-token" } docker compose up -dgit pull --prune docker compose down docker compose up -d