Usage of ./progress-bot:
-channel string
Slack channel to post message to (default "progress-bot-test")
-dry
If true, print out the JSON payload that would be sent to the Slack API
-since duration
Report new changelog entries since this period (default 24h0m0s)The progress-bot is deployed with this GitHub action.
In order to deploy a new version, first run docker build -t sourcegraph/progress-bot . and then docker push sourcegraph/progress-bot.