Skip to content

update_issues.sh: Refactor to loop commits in MR loop

Toon Claes requested to merge toon-refactor-update-issues into gitlab-custom

To process an MR we need to do a few API calls. To reduce those API calls, loop over the MRs once and loop over the commits for every MR loop.

Merge request reports