Added a job skip when the bot commits, added the bot to the repo, gave bot permissions to skip the PR requirement
Fixes #54 (issue)
Type of change
Please add a line in the relevant section of CHANGELOG.md to document the change (include PR #) - note reverse order of PR #s. If necessary, also add to the list of breaking changes.
[ ] New feature (non-breaking change which adds functionality)
[ ] Optimization (back-end change that speeds up the code)
[x] Bug fix (non-breaking change which fixes an issue)
Key checklist
[x] No style issues: $ python -m nox -s lint
[x] All tests pass: $ python -m nox -s unit examples integration
[x] Coverage is complete $ python -m nox -s coverage
[x] The documentation builds: $ python -m nox -s sphinx
Further checks
[x] Code is commented, particularly in hard-to-understand areas
[x] Tests added that prove fix is effective or that feature works
Description
Added a job skip when the bot commits, added the bot to the repo, gave bot permissions to skip the PR requirement
Fixes #54 (issue)
Type of change
Please add a line in the relevant section of CHANGELOG.md to document the change (include PR #) - note reverse order of PR #s. If necessary, also add to the list of breaking changes.
Key checklist
$ python -m nox -s lint
$ python -m nox -s unit examples integration
$ python -m nox -s coverage
$ python -m nox -s sphinx
Further checks