size-limit-action
size-limit-action copied to clipboard
feat: add create_comment_for_each_run option
This pull request adds create_comment_for_each_run
option.
If this option is set to true
, the action can create multiple comments to one PR.
It is useful if multiple scripts are built in one repository, like a monorepo.
- related issues: #67
- test: created a test PR, and confirmed that the option works.