Skip to content

Commit dee61c8

Browse files
authored
SONARPY-87: Configure Github action to not create Jira tickets for renovate PRs (#108)
1 parent c513934 commit dee61c8

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
@@ -13,6 +13,8 @@ jobs:
1313
# For external PR, ticket should be created manually
1414
if: |
1515
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') }}
1618
steps:
1719
- id: secrets
1820
uses: SonarSource/vault-action-wrapper@v3

0 commit comments

Comments
 (0)