Simone Busoli
Simone Busoli
including @Eomm in this conversation
together with @Eomm's suggestion above, and regarding your comment: > I am unsure how/if this can be fixed as dependabot workflows have no access to other secrets other than the...
Thanks for trying this out @JamesKyburz . The main issues with PATs are the lack of permission granularity and that they are bound to a user, which make them inappropriate...
We would need to configure which workflow(s) to trigger. I am not a fan of the idea but not against it either. For most practical purposes this unintended behavior we...
My only doubt here is that we have normally used exactly the same workflow for CI containing both our CI steps **and** the step which invokes the automerge action. This...
can you describe how you set it up in more detail?
@wbaldoumas no plans to revert to the approach adopted in v2 at the current time. We understand the compromise but we chose to avoid using a backing API due to...
@avin-kavish would you like to continue working on this?
Please provide a repro. Without that, the only reasonable assumption is that you're getting types wrong in your code. This is the type definition for the refetch function https://github.com/simoneb/axios-hooks/blob/master/src/index.d.ts#L37-L40
@mcollina any thoughts about which library we should recommend? The only thing we settled on so far is Node 18's new global fetch, but we thought it best to also...