From d54849202ba9763381ec128462233fea18d656e5 Mon Sep 17 00:00:00 2001 From: Tom Keller Date: Wed, 24 Jan 2024 16:25:39 -0800 Subject: [PATCH] chore: a more polite closed issue message --- .github/workflows/closed-issue-message.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/closed-issue-message.yml b/.github/workflows/closed-issue-message.yml index 77b34ba..51c7304 100644 --- a/.github/workflows/closed-issue-message.yml +++ b/.github/workflows/closed-issue-message.yml @@ -11,6 +11,5 @@ jobs: # These inputs are both required repo-token: "${{ secrets.GITHUB_TOKEN }}" message: | - ### ⚠️COMMENT VISIBILITY WARNING⚠️ - Comments on closed issues are hard for our team to see. - If you need more assistance, please open a new issue that references this one. + This issue is now closed. Comments on closed issues are hard for our team to see. + If you need more assistance, please open a new issue that references this one.