We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6aac2 commit d9b2ea5Copy full SHA for d9b2ea5
.github/workflows/PullRequestCreated.yml
@@ -14,7 +14,9 @@ jobs:
14
if: |
15
github.event.pull_request.head.repo.full_name == github.repository
16
&& github.event.sender.type != 'Bot'
17
- && ${{ !startsWith(github.event.pull_request.title, 'NO-JIRA') }}
+ && !startsWith(github.event.pull_request.title, 'NO-JIRA')
18
+ && !startsWith(github.head_ref, 'renovate/')
19
+ && !contains(github.event.pull_request.labels.*.name, 'dependencies')
20
steps:
21
- id: secrets
22
uses: SonarSource/vault-action-wrapper@v3
0 commit comments