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
name: final-review
on:
pull_request:
types: [milestoned]
...
Output of act:
Line: 5 Column 12: Failed to match pull-request-activity-types: Line: 5 Column 13: Expected one of assigned,unassigned,labeled,unlabeled,opened,edited,closed,reopened,synchronize,converted_to_draft,ready_for_review,locked,unlocked,review_requested,review_request_removed,auto_merge_enabled,auto_merge_disabled got milestoned
Probably adding the full list of values here would solve.
The text was updated successfully, but these errors were encountered:
The list of valid
pull-request-activity-type
strings is not complete, for examplemilestoned
is not a valid action, as stated in GHA docs: https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_requestSnippet to reproduce:
Output of act:
Probably adding the full list of values here would solve.
The text was updated successfully, but these errors were encountered: