Skip to content

Commit d9b2ea5

Browse files
authored
SCANPY-92 Disabling Jira tickets creation for renovate (#113)
1 parent 4a6aac2 commit d9b2ea5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/PullRequestCreated.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
if: |
1515
github.event.pull_request.head.repo.full_name == github.repository
1616
&& github.event.sender.type != 'Bot'
17-
&& ${{ !startsWith(github.event.pull_request.title, 'NO-JIRA') }}
17+
&& !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)