Mention developer team in draft release notification

This commit is contained in:
Dylan T. 2025-06-18 19:29:28 +01:00 committed by GitHub
parent 8843b1b568
commit 670d3fb997
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -188,4 +188,4 @@ jobs:
if: github.event_name == 'pull_request_target' if: github.event_name == 'pull_request_target'
uses: thollander/actions-comment-pull-request@v3 uses: thollander/actions-comment-pull-request@v3
with: with:
message: "[Draft release ${{ steps.get-pm-version.outputs.PM_VERSION }}](${{ steps.create-draft.outputs.html_url }}) has been created for commit ${{ github.sha }}. Please review and publish it." message: "${{ vars.DRAFT_RELEASE_NOTIFICATION_MENTION }} [Draft release ${{ steps.get-pm-version.outputs.PM_VERSION }}](${{ steps.create-draft.outputs.html_url }}) has been created for commit ${{ github.sha }}. Please review and publish it."