Skip to content

Commit f8c1ffb

Browse files
authored
SONARPY-2401 Disable JIRA automation for Renovate (#2204)
1 parent 1adc874 commit f8c1ffb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/PullRequestCreated.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
github.event.pull_request.head.repo.full_name == github.repository
1616
&& github.event.sender.type != 'Bot'
1717
&& ${{ !startsWith(github.event.pull_request.title, 'NO-JIRA') }}
18+
&& ${{ !startsWith(github.head_ref, 'renovate/') }}
19+
&& ${{ !contains(github.event.pull_request.labels.*.name, 'dependencies') }}
1820
steps:
1921
- id: secrets
2022
uses: SonarSource/vault-action-wrapper@v3

0 commit comments

Comments
 (0)