Skip to content

Commit e8bb553

Browse files
authored
Update jira-link.yaml
1 parent a72ef3a commit e8bb553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jira-link.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: check pull request title and source branch name
1212
run: |
13-
echo "Checking pull request with title ${{ github.event.pull_request.title }} from source branch ${{ github.event.pull_request.head.ref }}"
13+
echo "Checking pull request with title from source branch ${{ github.event.pull_request.head.ref }}"
1414
if ! [[ "${{ github.event.pull_request.title }}" =~ ^AIRO-[0-9]+[[:space:]].*$ ]] && ! [[ "${{ github.event.pull_request.head.ref }}" =~ ^AIRO-[0-9]+.*$ ]]
1515
then
1616
echo -e "Please make sure one of the following is true:\n \

0 commit comments

Comments
 (0)