Skip to content

Commit

Permalink
[patch] autolink jira duplication fix (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh authored Apr 17, 2024
1 parent a8dbf63 commit 06cb8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autolink_jira.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
autolink:
name: Add Jira Link to PR Title/Description
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' }}
if: ${{ github.event_name == 'pull_request' && !startsWith(github.event.pull_request.title, '[A-Za-z\d-_.\\/]+') }}
steps:
- uses: tzkhan/pr-update-action@v2
with:
Expand Down

0 comments on commit 06cb8b6

Please sign in to comment.