From 16d3dfa0aaff5d73a3534d7c7719ec46d56163ee Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Fri, 31 Mar 2023 19:49:09 +0200 Subject: [PATCH] meta: fix notable-change comment label url MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/47300 Reviewed-By: Tierney Cyren Reviewed-By: Michaël Zasso --- .github/workflows/comment-labeled.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment-labeled.yml b/.github/workflows/comment-labeled.yml index 278a4e45b16210..228875e0cba30a 100644 --- a/.github/workflows/comment-labeled.yml +++ b/.github/workflows/comment-labeled.yml @@ -11,7 +11,7 @@ env: If it should remain open, please leave a comment explaining why it should remain open. FAST_TRACK_MESSAGE: Fast-track has been requested by @${{ github.actor }}. Please 👍 to approve. NOTABLE_CHANGE_MESSAGE: | - The ${{ github.event.label.url }} label has been added by @${{ github.actor }}. + The https://github.com/nodejs/node/labels/notable-change label has been added by @${{ github.actor }}. Please suggest a text for the release notes if you'd like to include a more detailed summary, then proceed to update the PR description with the text or a link to the notable change suggested text comment.