Duarte Nunes
Duarte Nunes
Hi @ravikp7, can you tell me on what event you're using the action? If you're not using it with `pull_request` events, then you have to specify the `pr-number` input.
Hum.. that means accessing `github.context.payload.pull_request` resulted in an undefined value. The event is supposed to be stored in `workflow/event.json`/`GITHUB_EVENT_PATH`. Can your action be doing something that changes this? Maybe this...
@aheil is this something that happened once, or happens frequently? If the former, is anything special about that PR that you can think of?
There's currently some support for push: you can specify the `pr-number` input. Adding native support for push shouldn't be too hard.