6 Commits

Author SHA1 Message Date
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
Ian Pittwood
5b055bba76
Implements evaluation and posting of change approvals on issues (#1)
* Add logic to get the comment by the script bot for a specific change

* Implement comment editing logic

* Update formatting for new messages
2020-03-16 16:18:39 -05:00
Ian H Pittwood
5919e03842 Add parameter to set a limit on the age of changes looked back at 2020-02-27 17:50:58 -06:00
Ian H Pittwood
e20a7cc276 Fix deleted logging configuration call 2020-02-27 15:11:23 -06:00
Ian H Pittwood
fe4b77381a Adds --log-file option to specify a file to log to
Makes default log stream sys.stdout
2020-02-27 15:05:38 -06:00
Ian H Pittwood
21c88fef51 Prepare project for packaging
Adds setuptools configuration and CLI entry point

Fixes labels list retrieval to use strings
2020-02-27 11:01:02 -06:00