dlang / dlang-bot

dlang-bot for automated bugzilla, github, and trello references
https://bot.dlang.io/
MIT License
22 stars 14 forks source link

Send a notification to the author if a PR has CI failures #123

Open wilzbach opened 7 years ago

wilzbach commented 7 years ago

CircleCi already does this and it's very handy as one doesn't need to observe the CI status. Of course we would need to exclude CodeCov and make sure that we only send the notification if its a real failure (i.e. fix our transient CI problem).

MartinNowak commented 6 years ago

Do we really want to spam people without explicit permission? It also has the risk to ruin notifications as one of the few communication mediums.

wilzbach commented 6 years ago

We currently label PRs with have two or more build failures as "needs work" as I wasn't so sure about spamming people either. Maybe we could do it once a month or when a rebase is needed?

CyberShadow commented 3 years ago

I've been in the following situation:

Meanwhile, the CI fails because I forgot some silly thing.

The situation:

Maybe in addition to the immediate welcome comment that dlang-bot posts, we can aggregate more useful information that is collected after a CI runs, which would include

?

Geod24 commented 3 years ago

Personally, I routinely go to https://github.com/pulls to get a list of things I have "on hold". It shows the CI status so if it's red, I know I have to take action. I'd rather leave it at that than spam people, as Martin mentioned.

CyberShadow commented 3 years ago

Yes, I guess that would work for people who do all their work on GitHub, but I think that's not everyone.