Quentin Dreyer

Results 40 comments of Quentin Dreyer

@arnaud-lb 👋

bump @arnaud-lb

failed tests are being flaky with `Fatal error: Uncaught RdKafka\Exception: Local: Unknown topic in`

can we release a 6.0.4 version?

bump @arnaud-lb 🙏

```js const promise = delay => new Promise(resolve => setTimeout(() => console.log(delay) || resolve(delay), delay)) const chunkify = (arr, n) => arr.reduce((acc, cur, i) => { const index = Math.floor(i...

Current workaround would be using [Search issues and pull requests API](https://docs.github.com/en/rest/search/search#search-issues-and-pull-requests) with query `is:pr is:open repo:${{ github.event.repository.full_name }} "${{ github.event.workflow_run.display_title }}" in:title`

Current workaround would be [List pull requests associated with a commit](https://docs.github.com/en/rest/commits/commits#list-pull-requests-associated-with-a-commit) aiming `github.event.workflow_run.head_repository.full_name` with `github.event.workflow_run.head_sha`