actions-marketplace-validations/Status Badges
Places an emoji next to github links hinting at the date of the last commit
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| path | File to parse & set status badges on | yes | — |
| token | Your GITHUB_TOKEN | yes | — |
| active-emoji | The emoji to use for active repos | no | :green_circle: |
| stale-emoji | The emoji to use for stale repos | no | :yellow_circle: |
| inactive-emoji | The emoji to use for inactive repos | no | :red_circle: |
| not-found-emoji | The emoji to use for repos that were not found | no | :grey_question: |
| stale-timeout | The amount of time before a repo is considered stale | no | 1 month |
| inactive-timeout | The amount of time before a repo is considered inactive | no | 3 months |
| find-all-links | If true, set badges next to every repo link in the file, regardless of `<!-- STATUS_BADGE -->` being present | no | false |
| pull-request | If true, create a pull request to make changes instead of committing directly to the branch | yes | false |
| pr-branch | If pull-request is true, this specifies which branch should be the head | no | status-badges/update |
Outputs
no outputs