From d419bc310acfbc11453dc022f439e9fa1f840225 Mon Sep 17 00:00:00 2001 From: stevenyomi <95685115+stevenyomi@users.noreply.github.com> Date: Wed, 24 Jan 2024 16:03:44 +0800 Subject: [PATCH] Add acknowledgement label when auto-closing (#565) --- .github/workflows/issue_moderator.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/issue_moderator.yml b/.github/workflows/issue_moderator.yml index bc6538893..8f6cc253d 100644 --- a/.github/workflows/issue_moderator.yml +++ b/.github/workflows/issue_moderator.yml @@ -52,6 +52,7 @@ jobs: { "type": "body", "regex": "- \\[[xX]\\] I have admitted that I am a clown by having checked this box, as I have not read these acknowledgements\\.", + "labels": [":clown_face:"], "message": "You have not carefully read the acknowledgements." }, {