comment-on-pr-number is ignored on push events #1177
Labels
impact/regression
Something that used to work, but is now broken
kind/bug
Some behavior is incorrect or out of spec
p1
A bug severe enough to be the next item assigned to an engineer
resolution/fixed
This issue was fixed
Milestone
What happened?
We upgraded our action version from 4.1.0 to 5.2.3 and noticed that we weren't getting any comment on PR when we merged.
Everything works correctly on pull_requests events but not anymore on push events and comment-on-number is set
Example
Output of
pulumi about
CLI
Version 3.116.0
Go Version go1.22.3
Go Compiler gc
Host
OS arch
Version "rolling"
Arch x86_64
Backend
Name ufmwk
URL
User ulrich
Organizations
Token type personal
Pulumi locates its logs in /tmp by default
Additional context
It sounds like the regression was introduced by this commit : ca33bed#diff-4fab5baaca5c14d2de62d8d2fceef376ddddcc8e9509d86cfa5643f51b89ce3dL114-R124
In fact, the code right now doesn't allow to comment on anything other than a pull_request event :
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: