react-navigation/Check versions
Check for missing or outdated versions of packages mentioned in the issue
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The `GITHUB_TOKEN` secret. | yes | — |
| required-packages | List of optional packages to check for | — | — |
| optional-packages | List of optional packages to check for | — | — |
| tags | List of dist-tags to use when checking for latest version from npm | — | latest |
| comment | Whether to comment on the issue when missing or outdated versions are found | — | true |
| missing-versions-label | Label to add when missing or outdated versions are found | — | — |
Outputs
| name | description |
|---|---|
| found | Packages and version numbers found |
| outdated | Packages with outdated versions and their latest versions |
| missing | Packages missing version numbers |