You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, we can take advantage of promises here and trigger all the API calls concurrently and await them together. We can use Promise.all or Promise.allSettled
The text was updated successfully, but these errors were encountered:
Currently we are setting labels, reviewers and assignees one by one. See: https://github.com/kiegroup/git-backporting/blob/main/src/service/git/github/github-client.ts#L69
However, we can take advantage of promises here and trigger all the API calls concurrently and await them together. We can use
Promise.all
orPromise.allSettled
The text was updated successfully, but these errors were encountered: