[FSSDK-10730] isClientReady logic adjustment #327
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Jira Ticket Reference Check | |
on: | |
pull_request: | |
types: [opened, edited, reopened, synchronize] | |
jobs: | |
jira_ticket_reference_check: | |
name: Check PR description has Jira number | |
runs-on: ubuntu-latest | |
steps: | |
- name: Call ticket reference checker | |
uses: optimizely/github-action-ticket-reference-checker-public@master | |
with: | |
bodyRegex: 'FSSDK-(?<ticketNumber>\d+)' |