dlang-bot
dlang-bot copied to clipboard
dlang-bot for automated bugzilla, github, and trello references
Issue [#23291](https://issues.dlang.org/show_bug.cgi?id=23291) was automatically marked as RESOLVED FIXED by the bot when its PR was merged, in addition to a message being posted by the bot about its being merged....
Unfortunately this causes some tests to fail, presumably due to a regression in some dependency, so I'm putting this aside for now.
I did not find a way to compare the old title with the new one, so I choose a simple approach to remove all labels, that are not listed in...
tl;dr: we should start treating enhancement "bugs" as new features and promote them as such to the users. They won't open the bug link, but will see a full text...
Github's squash and merge button suggests all of the commit titles, but strips merge requests. Not sure about `[squash]` and `!fixup` commit messages, but would be sensible to strip those...
When dlang-bot does `auto-merge-rebase` or `auto-merge-squash`, it should update the message of the commit that the branch head points to with information like: ``` Merged-on-behalf-of: Pull-Request: Pull-Request-Title: Pull-Request-Description: ```
Seen in https://github.com/dlang/dmd/pull/11286 It broke HEAD a few weeks ago. I'm going to go out of a hunch and guess that's because Azure pipeline are Github checks. A way to...
- add a main method - add a CLI flag to call the cron job `--run` - configure the heroku addon https://devcenter.heroku.com/articles/scheduler
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...