From 2579e03192e53426b0fd3bb55576562bdafb676f Mon Sep 17 00:00:00 2001 From: Tibor Blenessy Date: Fri, 29 Nov 2024 15:27:07 +0100 Subject: [PATCH] Don't create JIRA ticket for Renovate PR --- .github/workflows/PullRequestCreated.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/PullRequestCreated.yml b/.github/workflows/PullRequestCreated.yml index 07159c348c2..5438b774173 100644 --- a/.github/workflows/PullRequestCreated.yml +++ b/.github/workflows/PullRequestCreated.yml @@ -13,6 +13,7 @@ jobs: # For external PR, ticket should be created manually if: | github.event.pull_request.head.repo.full_name == github.repository + && github.event.sender.type != 'Bot' steps: - id: secrets uses: SonarSource/vault-action-wrapper@v3