gerrit-to-github-bot/gerrit_to_github_issues
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
..
__init__.py Add initial script implemented in a Zuul playbook 2020-02-26 12:06:16 -06:00
cli.py Integrate with the github project board 2020-04-30 14:24:26 -05:00
engine.py Integrate with the github project board 2020-04-30 14:24:26 -05:00
errors.py Implement Gerrit change retrieval and processing 2020-02-26 14:55:57 -06:00
gerrit.py Implements evaluation and posting of change approvals on issues (#1) 2020-03-16 16:18:39 -05:00
github_issues.py Integrate with the github project board 2020-04-30 14:24:26 -05:00