Eduardo Pisapia
Eduardo Pisapia
Is there any update on this feature request? I face a similar issue, my GitHub action end successfully, but the "Danger JS" gets stuck without posting the comment or result...
Same issue, ``` "react-native": 0.71.12, "react-native-webview": 13.2.2, "jest": "29.5.0" ``` What is the suggested Mock to interact with the component? I tried a simple Mock passing these props ``` {...
@orta tried with latest Danger version, same issue @fbartho Sorry, forgot to mention in the environment section. I'm using https://github.com/mysticatea/eslint-plugin-eslint-comments to force comments when disable a lint rule. The error...
Thanks @MichaelDeBoey , will post in the community
You need to use brackets `{ }` to ignore multiple files This worked for me ``` --ignorePattern='{commons/Store/{Redux/types/StateMachineContext.ts,ExerciseTherapySessionState/actions/transition.ts},commons/Utils/TestMocks/Provider.tsx}' ```
Thanks @fbartho , I didn't share the whole file as the previous steps are just "yarn install" setups 😅 I can confirm, that the `Danger JS` GHA finished as expected...
Yeah, I am still diving into the migration I also found other issues as the merge group trigger doesn't support all the options that we have in the `pull_request` >...
👋 @tylermilner I get this one multiple time too, after a few debugs, I noticed the 403 isn't from Danger itself but Github and it won't impact the Danger JS...
@shyunMin Any update about this?