We have a project which has an automated build run against master branch every hour. Is there anyway to NOT report this build status to Github?
It seems that the build status is getting reported to GitHub which is causing it to then get picked up by Heroku and because we are using Heroku ChatOps for Slack the communications channel is spammed every hour with the build status (regardless of the status).
The actual build which runs every hour is a production test so it wouldn’t be correct to update the GH branch status anyway.
I see there is a Github Status Updates option per project but this wouldn’t work as I only want to silence the automated builds which we kick off via the API.
Any help or advice would be greatly appreciated.