andresz1 / size-limit-action

Compare the real cost to run your JS app or lib to keep good performance in every pull request

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create a new comment if two workflows are run in same pr

raviteja83 opened this issue · comments

I am using a monorepo. size limit action is conditionally run on each package only if something is changed in that package.
I run mutliple workflows for size limit for each package.

Current behaviour:

  • if two packages are changed, whichever workflow is run later is replacing the previous size limit.

Expected behaviour:

  • Each workflow should add and manage it's own comment instead of updating one single comment

is there a way to do that currently?

Creaeted a PR! Hope it will be reviewed...

#94