klojtas/Deprecated Action
An action that displays a deprecation warning or an error based on a start date and a grace period.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| start-date | The date when the deprecation period begins (YYYY-MM-DD format). | yes | — |
| days-till-error | The number of days from the start date until an error is thrown. | yes | 30 |
| warning-message | The warning message to display during the deprecation period. | yes | — |
| error-message | The error message to display when the deprecation period has passed. | yes | — |
Outputs
| name | description |
|---|---|
| deprecation-message | The deprecation message, either a warning or an error. |