From 38b013b553f622d1e49ac151187bb50f0631c03f Mon Sep 17 00:00:00 2001 From: JayaShakthi97 Date: Mon, 19 Feb 2024 18:10:19 +0530 Subject: [PATCH] Update changeset checker --- .github/workflows/check-changeset.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-changeset.yml b/.github/workflows/check-changeset.yml index 9702855ae7d..b63aa98572f 100644 --- a/.github/workflows/check-changeset.yml +++ b/.github/workflows/check-changeset.yml @@ -71,5 +71,5 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, issue_number: issue_number, - body: 'Everything is OK. Thank you for the PR!' + body: 'Everything is OK. Thank you for the PR ${{issue_number}}!' });