From f9bf05353f584dc1ee8237c0af3976eeb5be6a59 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sun, 11 Jul 2021 20:50:52 +0900 Subject: [PATCH] ci: Add discussion See #444 https://docs.github.com/en/actions/reference/events-that-trigger-workflows#discussion --- .github/workflows/label-commenter.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/label-commenter.yml b/.github/workflows/label-commenter.yml index 590c8e5d..eccc87b8 100644 --- a/.github/workflows/label-commenter.yml +++ b/.github/workflows/label-commenter.yml @@ -9,6 +9,10 @@ on: types: - labeled - unlabeled + discussion: + types: + - labeled + - unlabeled permissions: contents: read