Satish Tripathi

Results 3 comments of Satish Tripathi

@mcollina we are deploying graphql api and using this package and we are also facing the same issue. I have created the [fix ](https://github.com/mercurius-js/mercurius/pull/1037) . Please review and approve it.

Here is how i am running it. Haven't deployed it in actual aws account but works perfectly fine from my local using SAM. script: **Modify the command if you really...

@leonard-henriquez After thorough investigation, I discovered that this is the bare minimum permission required for the action to run. ``` permissions: contents: read pull-requests: write checks: write ```