Skip to content

Commit

Permalink
Merge pull request #152 from biomage-org/add-github-pr-regex
Browse files Browse the repository at this point in the history
Add Github issue regex
  • Loading branch information
aerlaut authored May 30, 2023
2 parents adf203f + f98bfa4 commit 0b5ef5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- id: check-issue-url
name: Check issue URL
run: |-
REGEX="#### URL to issue\s?\r\n(https:\/\/biomage\.atlassian\.net\/browse\/BIOMAGE-[0-9]+|N\/A)"
REGEX="#### URL to issue\s?\r\n(https:\/\/biomage\.atlassian\.net\/browse\/BIOMAGE-[0-9]+|https:\/\/github\.com\/biomage-org\/issues\/issues\/[0-9]+|N\/A)"
echo "REGEX to test against:"
echo $REGEX
Expand Down

0 comments on commit 0b5ef5b

Please sign in to comment.