Support multiple editable PR comments: Bug for Monrepos and Matrix Stategy actions #563
Labels
area/cicd
good-first-issue
Start here if you'd like to start contributing to Pulumi
help-wanted
We'd love your contributions on this issue
impact/reliability
Something that feels unreliable or flaky
kind/bug
Some behavior is incorrect or out of spec
resolution/fixed
This issue was fixed
size/S
Estimated effort to complete (1-2 days).
Milestone
Hello!
Issue details
On Github Actions, if we use a matrix strategy to run a preview on PR, with
comment-on-pr = true
(andedit-pr-comment = true
, the default value), for each check, the comment will override the same comment, resulting in at the end of the workflow, we have only one preview result: the last finished run.Steps to reproduce
On preview workflow:
Expected:
Have 1 comment on PR, for each matrix value (here, 2)
Actual:
The same comment is updated for each matrix value
Workaround:
Set
edit-pr-comment
tofalse
, but the PR will be commented for each matrix value and each run of the pipeline... it can be verboseThe text was updated successfully, but these errors were encountered: