Skip to content

Commit

Permalink
Autoclose issues created by Jira integration (#4722)
Browse files Browse the repository at this point in the history
This will enable the automation to close issues that it created, to keep things more cleaned up.

Manually created issues will not be affected.
  • Loading branch information
pavel-mikula-sonarsource authored Mar 7, 2025
1 parent 805318e commit c9e1585
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/PullRequestClosed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9e1585

Please sign in to comment.