jira-tools/action-jira-linter
Add JIRA issue details to your GitHub pull request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 19, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: jira-tools/action-jira-linter@bd5a5cb246a3673d3defacd67c08a0eab9562954 # v1.0.1tags 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 | — |
| jira-user | JIRA username. Can be passed in using {{ secrets.JIRA_USER }} | yes | — |
| jira-token | API Token used to access the JIRA REST API. Must have read access to your JIRA Projects & Issues. | yes | — |
| jira-base-url | The subdomain of JIRA cloud that you use to access it. Ex: "https://your-domain.atlassian.net" | 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 action-jira-linter add a comment discouraging huge PRs. Is disabled by `skip-comments` | no | 800 |
| validate-issue-status | Set this to true if you want action-jira-linter to validate the status of the detected jira issues | no | false |
| allowed-issue-statuses | A line-separated list of acceptable Jira issue statuses. You must provide a value for this if validate-issue-status is set to true Requires validate-issue-status to be set to true. | no | In Progress |
| fail-on-error | Set this to true if you want action-jira-linter to fail the PR if it encounters an error | no | true |
Outputs
no outputs