Description
Currently, the test-action.yml workflow only runs pull_request (default types), pull_request_review (submitted type only), and pull_request_review_comment (created and deleted types).
The example workflow contains a few more scenarios, including the issue_comment trigger for labelled types. This specific difference means that the props-bot label has no effect.
The repository should use the example workflow as much as possible to take advantage of big fixes and ensure it continues working as expected.
Version
v1
Workflow file
https://github.com/WordPress/props-bot-action/blob/trunk/.github/workflows/test-action.yml
Link
No response