upsidr / merge-gatekeeper

Get better merge control
MIT License
92 stars 15 forks source link

Improve job status check handling #28

Closed hlts2 closed 2 years ago

hlts2 commented 2 years ago

WHA

I fixed to not include results of previous jobs.

WHY

Because multiple jobs with the same name may exist when jobs are created dynamically by third-party tools, etc, so only the latest job needs to be checked.

issue: https://github.com/upsidr/merge-gatekeeper/issues/25

rytswd commented 2 years ago

This fixes #25

hlts2 commented 2 years ago

@rytswd Thank you for your review!!!