beefore
beefore copied to clipboard
Tools to run pre-merge checks on a pull request or commit.
We need a a Beefore task that will do a spell check of any changes to the documentation directory.
While still in beta, GitHub has "suggested changes" https://help.github.com/articles/incorporating-feedback-in-your-pull-request/#applying-a-suggested-change The format of which is a codeblock with the name 'sugguestion' (`'```suggestion'`) I'm not entirely sure if any of our current...
Sometimes, some changes sneak into master that don't pass the checks. If afterwards there a pull request is made in a completely different section of the code - the same...
[Access tokens](https://developer.github.com/apps/building-oauth-apps/authorizing-oauth-apps/) Are a necessity for users who have Two-Factor-Authentication enabled. They should be Available to be used instead of a password, perhaps taken from an environment variable automatically
Send an email to the person who made the PR telling that the build succeeded or failed. This way people can go do other stuff and just wait for the...
The code reviews in [This pull request](https://github.com/pybee/briefcase/pull/162) all point to the wrong lines.
Beefore currently has some implicit assumptions that it's running on a PR that is active, and on GitHub. While this is an important use case, it's also important that we...
On recent VOC PRs, when there is a javacheckstyle issue, the add_comment bit fails and stops the full list of checkstyle issues from being returned, so you can only see...