This action checks to see if the Jira issue's status is correct.
The string to search of an Jira issue number. Optional. Default [PULL REQUEST HEAD REF].
The status to match against. Optional. Default "Under Code Review".
The Jira issue number found.
The status of the Jira issue.
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'.
nvm use v16.5.0
npm install
npm run build