A bot to sync changesets and github issues
727e8eb44d
Implement a feature allowing the bot to move issues around on the project board: * When a change's commit message includes "WIP" or "DNM", the issue will be moved to the "In Progress" column. * When a change's commit message does *not* include "WIP" or "DNM", assume that the change is ready for review, and move it to the "Submitted on Gerrit" column. |
||
---|---|---|
gerrit_to_github_issues | ||
.gitignore | ||
AUTHORS | ||
ChangeLog | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
setup.cfg | ||
setup.py |
Gerrit-to-Github-Issues
A set of scripts that can be used to synchronize/update Github Issues with data from a Gerrit instance.