actions-marketplace-validations/Monorepolyser
Awesome set of tools and validators for your yarn monorepo
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 15, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/juanigalan91_monorepolyser@658a8d4ee21c0bc6bbba17f74b0a7e7716a54cdf # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| check-dependencies | Whether the github action will check the monorepo dependencies integrity or not | no | false |
| ignore-workspaces | List of workspaces separated by comma that will be ignored during the execution of this action | no | "" |
| include-main-package-json | Whether the main package json of the repository should be considered for the integrity check or not | no | true |
| only-warn | Whether this action should only throw a warning or an error | no | false |
| impact-analysis | Whether this action should check the impact of the PRs changes or not | no | false |
| high-impact-threshold | Percentage of packages impacted that determines that the PR has a high impact | no | 60 |
| on-high-impact | Action to be executed on high impact PR. It can be "comment", "add-labels" or multiple actions, separating them by a comma | no | comment |
| dependencies-to-ignore | Dependencies names that will be ignore from the analysis, separating them by a comma | no | "" |
| high-impact-labels | Labels to be added (separated by a comma) if the PR has a high impact | no | "" |
| verbose | Whether this action logs the results of its analysis or not. It can be "comment" or "logs" | no | false |
| high-impact-packages-regexp | Regexp that determines which packages should be consider as high impact, no matter the impact analysis | no | — |
Outputs
no outputs