Skip to content

Commit

Permalink
SONARPY-2294 Update Jira automation to avoid creation of unwanted tic…
Browse files Browse the repository at this point in the history
…kets (#2119)
  • Loading branch information
guillaume-dequenne-sonarsource authored Oct 31, 2024
1 parent 15a35f6 commit 4833ba3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/PullRequestCreated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
# For external PR, ticket should be created manually
if: |
github.event.pull_request.head.repo.full_name == github.repository
&& github.event.sender.type != 'Bot'
&& ${{ !startsWith(github.event.pull_request.title, 'NO-JIRA') }}
steps:
- id: secrets
uses: SonarSource/vault-action-wrapper@v3
Expand Down

0 comments on commit 4833ba3

Please sign in to comment.