Is your feature request related to a problem? Please describe.
I don't understand why this message shows up as a warning when the action runs on pushes to my main branch. I have comment-summary-in-pr: always set for the action in my workflow, and it literally has "in PR" in the name, meaning it shouldn't matter what the value of this setting is outside of a pull_request event.
Describe the solution you'd like
Simply make the message an info message instead of a warning.
Is your feature request related to a problem? Please describe.
I don't understand why this message shows up as a warning when the action runs on pushes to my main branch. I have
comment-summary-in-pr: alwaysset for the action in my workflow, and it literally has "in PR" in the name, meaning it shouldn't matter what the value of this setting is outside of apull_requestevent.Describe the solution you'd like
Simply make the message an info message instead of a warning.