Skip to content

Commit

Permalink
SONARPY-2401 Disable JIRA automation for Renovate (#2204)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainpiot authored Dec 3, 2024
1 parent 1adc874 commit f8c1ffb
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 @@ -15,6 +15,8 @@ jobs:
github.event.pull_request.head.repo.full_name == github.repository
&& github.event.sender.type != 'Bot'
&& ${{ !startsWith(github.event.pull_request.title, 'NO-JIRA') }}
&& ${{ !startsWith(github.head_ref, 'renovate/') }}
&& ${{ !contains(github.event.pull_request.labels.*.name, 'dependencies') }}
steps:
- id: secrets
uses: SonarSource/vault-action-wrapper@v3
Expand Down

0 comments on commit f8c1ffb

Please sign in to comment.