ianpittwood / Gerrit-to-Github-Issues

Set of scripts that can be used to synchronize/update Github Issues with data from a Gerrit instance
Apache License 2.0
2 stars 2 forks source link

Label handling #11

Open ian-howell opened 3 years ago

ian-howell commented 3 years ago

Addresses issue #10.

Prior to this PR, the bot was interacting with GH issues on a Gerrit change-by-change basis. This had the negative side effect of allowing some issues to be improperly labeled, based purely on which change was last processed.

With this PR, all changes affecting an issue are examined while determining which labels should be present on the issue, allowing for more accurate labeling