actions-marketplace-validations/Prevent merge JIRA Approvals
Check labels for convention ending with -required/-approved
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 14, 2022
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/graemegeorge_prevent-merge-jira@c76ad1f4b17a73456294aca3d4f5976d633fbc1c # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| jira_story_source | Where to look for the jira story | no | ${GITHUB_REF##*/} |
| jira_user | The email of the jira user. | yes | — |
| jira_token | The API token associated to the user. | yes | — |
| jira_url | The base URL for jira | yes | — |
| jira_approve_label | Which label allows merge | no | qa-approved |
| jira_fail_label | Which label fails a PR | no | qa-failed |
Outputs
no outputs