From c9e1585367da10fb6fcc0a495d35a92a50039577 Mon Sep 17 00:00:00 2001 From: Pavel Mikula <57188685+pavel-mikula-sonarsource@users.noreply.github.com> Date: Fri, 7 Mar 2025 09:30:57 +0100 Subject: [PATCH] Autoclose issues created by Jira integration (#4722) This will enable the automation to close issues that it created, to keep things more cleaned up. Manually created issues will not be affected. --- .github/workflows/PullRequestClosed.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/PullRequestClosed.yml b/.github/workflows/PullRequestClosed.yml index b50896eba0..c6453c0a06 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