From 81473a95615df44933c7987005fde7e6bee63360 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Wed, 8 Sep 2021 20:15:04 +0100 Subject: [PATCH] :construction: Initial config for issue autom comments --- .github/issue-auto-comments.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/issue-auto-comments.yml diff --git a/.github/issue-auto-comments.yml b/.github/issue-auto-comments.yml new file mode 100644 index 00000000..d09202ba --- /dev/null +++ b/.github/issue-auto-comments.yml @@ -0,0 +1,15 @@ +comment: + header: Hello 👋 + footer: | + --- + > I am a bot, and this is an automated message 🤖 +labels: + - name: invalid + labeled: + issue: + body: Please follow the issue templates. + action: close + pr: + body: Thank you @{{ pull_request.user.login }} for suggesting this. Please follow the pull request templates. + action: close +