UI-9817 - Update dependency versions #785
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 Check | |
on: | |
pull_request: | |
types: | |
# Check title when opened. | |
- opened | |
# Check title when edited. | |
- edited | |
# Check when new commits are pushed. | |
# Required to use as a status check. | |
- synchronize | |
jobs: | |
jira-check: | |
runs-on: ubuntu-22.04 | |
name: Jira Check | |
steps: | |
- name: Jira Check | |
uses: dylanvann/[email protected] | |
with: | |
pattern: '^(UI|APS)-(\d*) - ' |