From c7c4b8f16ac2b7733e345538c32d92137e64315a Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Sat, 15 Feb 2025 16:38:22 +0100 Subject: [PATCH] chore: add closes-issue statement to pr body of icon-update workflows --- .github/workflows/on_icon_addition_approved.yml | 1 + .github/workflows/on_icon_update_approved.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/on_icon_addition_approved.yml b/.github/workflows/on_icon_addition_approved.yml index ba5fa8da..1302ec57 100644 --- a/.github/workflows/on_icon_addition_approved.yml +++ b/.github/workflows/on_icon_addition_approved.yml @@ -67,3 +67,4 @@ jobs: delete-branch: true body: | This PR adds the icon ${{steps.extract_icon_name.outputs.ICON_NAME}} added in #${{github.event.issue.number}} to the project. + Closes #${{github.event.issue.number}} diff --git a/.github/workflows/on_icon_update_approved.yml b/.github/workflows/on_icon_update_approved.yml index 88190a73..ba53f314 100644 --- a/.github/workflows/on_icon_update_approved.yml +++ b/.github/workflows/on_icon_update_approved.yml @@ -67,3 +67,4 @@ jobs: delete-branch: true body: | This PR updates the icon ${{steps.extract_icon_name.outputs.ICON_NAME}} like requested in #${{github.event.issue.number}} to the project. + Closes #${{github.event.issue.number}}