Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
raviteja83 opened this issue Nov 24, 2021 · 1 comment
Open

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

raviteja83 opened this issue Nov 24, 2021 · 1 comment

Comments

@raviteja83
Copy link

raviteja83 commented Nov 24, 2021

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?

@nakaakist
Copy link

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

#94

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants