actions-marketplace-validations/pivotal-lint
Add pivotal story details to pull requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 16, 2020
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/cleartax_pivotal-lint@7897495aa68bf72117982dda5a080d8aec24ef7b # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Token used to update PR description and add labels. Can be passed in using {{ secrets.GITHUB_TOKEN }} | yes | — |
| pivotal-token | API Token used to fetch Pivotal Story information. Must have read access to your PivotalTracker Projects. | yes | — |
| skip-branches | A regex to ignore running on certain branches, like production etc. | no | "" |
| skip-comments | A boolean if set to true, will skip adding lint comments for PR title. | no | false |
| pr-threshold | An `Integer` based on which pivotal-lint add a comment discouraging huge PRs. Is disabled by `skip-comments` | no | 800 |
Outputs
no outputs