dlang-bot icon indicating copy to clipboard operation
dlang-bot copied to clipboard

dlang-bot for automated bugzilla, github, and trello references

Results 34 dlang-bot issues
Sort by recently updated
recently updated
newest added

Interestingly Gitlab also supports some "bot" commands in the comment field, e.g. `/wip` to toggle WIP. dlang-bot could delete such comments after execution in order to reduce spam on PRs....

enhancement
1-do

An idea from https://github.com/ansible/ansibullbot/blob/master/ISSUE_HELP.md#for-anyone-else

the regex seems a bit restrictive, it would have been good to know this info. @wilzbach relating to our discussion [here](https://github.com/dlang/phobos/pull/5909#issuecomment-350026662)

Problem: in the GH status hooks there's no reference of the PR number and the API also doesn't provide a way to match the commit sha to a respective PR....

Maybe the GH API lags? ![image](https://user-images.githubusercontent.com/4370550/28247729-d30fd388-6a36-11e7-8400-e985c846ce55.png) https://github.com/dlang/dmd/pull/5855

bug
2-re

The idea is simple: old PRs require a lot of manual pinging and if the author is gone, it usually ends up being closed after a couple of pings. The...

enhancement
3-mi

The idea is to compile a list of interesting or easy to review PRs with a better exposure (D forum, D's weekly newsletter). The easiest way to do so would...

enhancement
2-re

@andralex proposed a "torrent" approach for reviewing PRs a while ago: >In the BitTorrent protocol, >you only get bits if you offer bits. In the envisioned "review torrent" >protocol, the...

1-do

I am usually working on OSX those days, and when it comes to Linux, tend to use Alpine Linux because a container is quite easy to start. However, running `dub...

bug

The previous message only told users how to build their pull request, but not how to run the test suite. There's a few relevant commands here: - `checkout` just gets...