lfit / github2gerrit

Github PR to Gerrit Change request
Other
2 stars 3 forks source link

Fix: Re-use change-id takes precedence #23

Closed askb closed 1 month ago

askb commented 1 month ago

If the change has been updated then the change-Id from the PR takes precedence. Conditional check if the change-Id has been retrived from the previous fetch step and override the change-Id provided by the commit message if that exists.

This ensure multiple changes are not created when the change is updated.