chore: add closes-issue statement to pr body of icon-update workflows

This commit is contained in:
Meier Lukas 2025-02-15 16:38:22 +01:00
parent dcd1acd695
commit c7c4b8f16a
No known key found for this signature in database
GPG Key ID: DCAB7307AEA5DF44
2 changed files with 2 additions and 0 deletions

View File

@ -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}}

View File

@ -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}}