spotlersoftware/Package Cleanup Action
This cleans up packages for GitHub based on provided inputs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| packageOwner | Owner of the package | yes | — |
| packageName | Name of the package | yes | — |
| packageType | Type of the package (npm) | yes | npm |
| deleteVersionRegex | Version regex to remove | yes | .*SMA-.* |
| maxAgeDays | Clean packages older than X days | yes | 14 |
| githubToken | Github token | yes | — |
| dryRun | The packages list te delete will be printed. Nothing will be deleted! | yes | true |
Outputs
no outputs