1
0
Fork 0
mirror of https://github.com/homarr-labs/dashboard-icons.git synced 2025-09-21 15:02:33 +02:00

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