We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72ef3a commit e8bb553Copy full SHA for e8bb553
.github/workflows/jira-link.yaml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- name: check pull request title and source branch name
12
run: |
13
- echo "Checking pull request with title ${{ github.event.pull_request.title }} from source branch ${{ github.event.pull_request.head.ref }}"
+ echo "Checking pull request with title from source branch ${{ github.event.pull_request.head.ref }}"
14
if ! [[ "${{ github.event.pull_request.title }}" =~ ^AIRO-[0-9]+[[:space:]].*$ ]] && ! [[ "${{ github.event.pull_request.head.ref }}" =~ ^AIRO-[0-9]+.*$ ]]
15
then
16
echo -e "Please make sure one of the following is true:\n \
0 commit comments