From 448a2862fa11297bfb6f39b41d002f428acf28c0 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Thu, 18 Feb 2021 14:28:24 +0800 Subject: [PATCH] Update test-action.yml --- .github/workflows/test-action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index d4e8215..ae238f3 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -1,6 +1,10 @@ name: Maintain One Comment -on: [issues, pull_request] +on: + issues: + types: [opened, edited] + pull_request: + types: [assigned, opened, synchronize, edited] jobs: comment: