Simon
Simon
ref: #92 (how to combine multiple dwylbot comments)  this PR also provide the structure for #129 (combine dwylbot comment for reviewers rule) This PR use GenServer to create a...
When creating a rule we need to describe precisely the details of the rule to avoid confusion during the implementation. I suggestion we should follow this template, but feel free...
When a user add the "awaiting-review" label, dwylbot will report an error if the PR has a merge conflict
At the moment if the "awaiting-review" label is added without any assignees, dwylbot will post a warning even when some reviewers are defined. - [x] We need to update this...
The rule define in #62 (adding reviewers as assignee) is trigger multiple time if reviewers are defined at the same time. We still want to add each reviewers as assignees...
If a PR has a merge conflict, notify the user, add the label "merge-conflict", remove the "awaitinb-review" label if already on the PR but otherwise leave the "in-progress" label if...
linked to https://github.com/dwyl/dwylbot/issues/65#issuecomment-310347068 The rule #65 (check failing tests) is triggered when a event "status" is sent by Github, which means when the tests have just finished to run. This...
We need to have a way to access a log of all the dwylbot actions. This will help to debug any implementation mistake and have a first idea how well...
If there is an error on an issue or PR then we can add the "workflow-error" label. This could help us to filter the issues to see if the errors...
linked to #97 The rule #97 (add merge conflicts label) is triggered when a pull request is merged. We need another rule which will be triggered when a PR is...