dlang-bot
dlang-bot copied to clipboard
dlang-bot for automated bugzilla, github, and trello references
To avoid "Exited with status -1 (agent lost)" failures like [this one](https://buildkite.com/dlang/phobos/builds/769#b171e9f7-3879-482c-b001-c0dc300b5daf/128-721), we should run a soft-shutdown of hetzner cloud servers before finally deleting them. Unfortunately their API doesn't seem...
It would be great if the checks of a pull requests can be restarted by adding a comment with the content "restart tests "
Currently when a release is made, it's tagged as "Latest release", e.g. https://github.com/dlang/dub/releases/tag/v1.12.0-beta.1 This cause all tools using the latest release to start using the beta immediately.
https://blog.github.com/2018-05-07-introducing-checks-api/ https://developer.github.com/changes/2018-05-07-new-checks-api-public-beta/
``` [github/pull_request](dlang/phobos#6370): action=opened GET https://api.github.com/repos/dlang/phobos/pulls/6370/commits failed; Not Found 404. ``` Maybe dlang-bot is too fast and it just needs to wait a bit before responding to GH?
This is a WIP approach to support to new features. Based on a label (or maybe comment, but label is easier for now as authorization is implicitly given), support the...
Whenever a new commit gets pushed to `stable`, dlang-bot should submit a PR to `master` (if it can without merge conflicts). - clone the repository - execute sth. like https://github.com/wilzbach/git-tools/blob/master/merge_stable...
Especially at Phobos it's a lot of work to point out common mistakes and I think we should automate this. An incomplete list of common mistakes 1) Bugfix without unittest...
http://forum.dlang.org/post/[email protected] - Maybe two days instead of one? - Mail to Dlang-internal?
From https://github.com/dlang-bots/dlang-bot/pull/126#issuecomment-313087981 > For vibe-d/vibe-core#22, it turned out to be a simple authorization problem, so this just improves our test suite. > Btw maybe we should let the bot make...