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 1adc874 commit f8c1ffbCopy full SHA for f8c1ffb
.github/workflows/PullRequestCreated.yml
@@ -15,6 +15,8 @@ jobs:
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') }}
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