A bot to sync changesets and github issues
Go to file
Ian Howell 727e8eb44d Integrate with the github project board
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.
2020-04-30 14:24:26 -05:00
gerrit_to_github_issues Integrate with the github project board 2020-04-30 14:24:26 -05:00
.gitignore Prepare project for packaging 2020-02-27 11:01:02 -06:00
AUTHORS Integrate with the github project board 2020-04-30 14:24:26 -05:00
ChangeLog Bump version to 0.0.4 2020-03-16 16:21:56 -05:00
LICENSE Initial commit 2020-02-26 12:00:02 -06:00
README.md Prepare project for packaging 2020-02-27 11:01:02 -06:00
requirements.txt Uplift PyGithub (#2) 2020-04-30 09:52:28 -05:00
setup.cfg Bump version to 0.0.4 2020-03-16 16:21:56 -05:00
setup.py Prepare project for packaging 2020-02-27 11:01:02 -06:00

Gerrit-to-Github-Issues

A set of scripts that can be used to synchronize/update Github Issues with data from a Gerrit instance.