You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows is to fetch the PR directly instead of obtaining it from the event. It is an alternative solution for when we are using a dispatch event.
Resolves#93
This allows is to fetch the PR directly instead of obtaining it from the
event. It is an alternative solution for when we are using a dispatch
event.
This resolves#93
This also allows the use of `environment` because every event is being
triggered from the default branch.
I also updated dependencies.
Using the example from the
workflow_run
documentation and from this stack overflow question ([How to use secret in pull_request_review similar to pull_request_target?](https://stackoverflow.com/questions/67247752/how-to-use-secret-in-pull-request-review-similar-to-pull-request-target)) let's prepare the project to use this technique instead.It is easier to use and it may allows us to use environments and keep the secrets even secreter.
The text was updated successfully, but these errors were encountered: