From ab4656f6b7e4df05d32abb087afea0809b5b0e1c Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Tue, 25 Mar 2025 19:42:09 +0100 Subject: [PATCH] update bot comment again (#36974) update Co-authored-by: ydshieh --- .github/workflows/change_pr_to_draft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/change_pr_to_draft.yml b/.github/workflows/change_pr_to_draft.yml index c20de5137c..c8132d2f49 100644 --- a/.github/workflows/change_pr_to_draft.yml +++ b/.github/workflows/change_pr_to_draft.yml @@ -22,4 +22,4 @@ jobs: run: | echo $PR_NUMBER gh pr ready $PR_NUMBER --repo $REPO --undo - gh pr comment $PR_NUMBER --repo $REPO --body "Hi 👋, thank you for opening this pull request! The pull request is converted to draft by default. The CI will be paused while the PR is in draft mode. When it is ready for review, please click the \`Ready for review\` button (at the bottom of the PR page). This will assign reviewers." + gh pr comment $PR_NUMBER --repo $REPO --body "Hi 👋, thank you for opening this pull request! The pull request is converted to draft by default. The CI will be paused while the PR is in draft mode. When it is ready for review, please click the \`Ready for review\` button (at the bottom of the PR page). This will assign reviewers and trigger CI."