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
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:
Expected behaviour:
is there a way to do that currently?