Implement dateadd macro DNA-15944 [DNA-20679] #177
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: Check for JIRA issue key🔑 | |
on: | |
pull_request: | |
types: | |
- opened | |
- reopened | |
- edited | |
- synchronize | |
branches: [main, "release/*", "hotfix/*", "dev*"] | |
jobs: | |
check_jira_issue_key: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check JIRA issue key | |
uses: Slashgear/[email protected] | |
with: | |
regexp: '(DNA|PCI|SRE)-\d*' |