You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a monorepo one might use multiple actions on a PR to report changes on different modules.
If using comments, each of those actions will override/"update" the previous comment.
If using "use-check" the behaviour is wrong as well
Proposed solution:
Introduce an input that will dedup those comments (e.g. label or something). One could pass label="App 1", label="App2" (this could also be displayed in the final markdown for better UI/UX) which would additionally be used to dedup the comments.
The text was updated successfully, but these errors were encountered:
In a monorepo one might use multiple actions on a PR to report changes on different modules.
Proposed solution:
The text was updated successfully, but these errors were encountered: