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
Instead of grabbing the data from the event, it should fetch the latest state of the PR from the github api. This includes updates the PR title, description, etc…
Currently you can open a PR without description, have the wf fail, update the description, and the wf will still fail.
The text was updated successfully, but these errors were encountered:
croissanne
changed the title
Pull latest data from the PR instead of using the data from the event
Pull latest data from the gh api instead of using the data from the event
May 27, 2024
is it possible, that just in the usage of the action (e.g. here) the activity "edited" has to be enabled? As by default (how I read the documentation) the action does not re-evaluate when the PR is edited.
Instead of grabbing the data from the event, it should fetch the latest state of the PR from the github api. This includes updates the PR title, description, etc…
Currently you can open a PR without description, have the wf fail, update the description, and the wf will still fail.
The text was updated successfully, but these errors were encountered: