Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 774 Bytes

File metadata and controls

39 lines (25 loc) · 774 Bytes

Jira Status Checker action

This action checks to see if the Jira issue's status is correct.

Inputs

search

The string to search of an Jira issue number. Optional. Default [PULL REQUEST HEAD REF].

status

The status to match against. Optional. Default "Under Code Review".

Outputs

issueNumber

The Jira issue number found.

status

The status of the Jira issue.

Example usage

uses: Postmedia-Digital/github-action-jira-status-check@1.0
with:
    ticket_id: 'CHEET-100' # Optional. Will look for ticket ID in branch name if not provided.
    expected_status: 'QA Review' # Optional. Defaults to 'Under Code Review'.

How to re build the action (update dependencies..)

nvm use v16.5.0
npm install
npm run build