Sebastian Wilzbach

Results 538 comments of Sebastian Wilzbach
trafficstars

This idea is a also similar to Andrew's ["trivial" label on Bugzilla](https://forum.dlang.org/post/[email protected]). There are also a few open source projects that provide a web page with good bugs for beginners:...

Other interesting tools that I found: - http://www.pullrequestroulette.com/ - https://24pullrequests.com - https://www.codemontage.com - http://issuehub.io - https://yourfirstpr.github.io

Hmm quoting from the Bugzilla paragraph below: > Using this syntax is also very important because for the changelog generation, the git history will be used. Thus only if the...

The bots now (since #52) labels old PRs as "stalled", e.g. https://github.com/dlang/phobos/pulls?q=is%3Aopen+is%3Apr+label%3Astalled Instead of labelling the PR, we could easily send notifications or do other actions instead.

Another benefit of this is that we can detect failures by a CI and connect them to a PR, which should be quite interesting as the auto-tester tries to rebuild...

> I would suggest that some CI are more important than others Hehe at the moment GH is still in the "all CIs are equal stage", maybe soon we will...

Currently the cron runs every six hours: ![image](https://user-images.githubusercontent.com/4370550/34964525-4d72de7a-fa4e-11e7-9abb-fa08434a7e41.png)

Yes, dlang-bot is a lot older than the GitHub checks, so yep it isn't even aware of them.

CC @WebDrake as you helped to shape the initial message and are generally interested in the bot.

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...