redhat-plumbers-in-action/Regression sniffer
Loyal GitHub action that sniffs out any mentions, follow-up and revert commits of your cherry-picked commits.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| check-mentions | Look for mentions of original commits | no | true |
| check-follow-up | Look for follow-up commits | no | true |
| check-revert | Look for revert commits | no | true |
| pr-metadata | Pull Request metadata | no | — |
| config-path | Path to configuration file | no | .github/regression-sniffer.yml |
| status-title | H3 title of status message | no | Follow-up detection |
| token | GitHub TOKEN or PAT | yes | — |
Outputs
| name | description |
|---|---|
| status | Status message of the follow-up detection |