From 73e4db7a33eab328841a2296ec27968f055ed7c4 Mon Sep 17 00:00:00 2001 From: Pavel Mikula Date: Thu, 6 Mar 2025 14:46:07 +0100 Subject: [PATCH] Autoclose issues created by Jira integration --- .github/workflows/PullRequestClosed.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/PullRequestClosed.yml b/.github/workflows/PullRequestClosed.yml index b50896e..c6453c0 100644 --- a/.github/workflows/PullRequestClosed.yml +++ b/.github/workflows/PullRequestClosed.yml @@ -14,7 +14,6 @@ jobs: # For external PR, ticket should be moved manually if: | github.event.pull_request.head.repo.full_name == github.repository - && github.event.pull_request.merged steps: - id: secrets uses: SonarSource/vault-action-wrapper@v3