From a20f31bb3de242756542c552d7212a7a40000ba4 Mon Sep 17 00:00:00 2001 From: von gosling Date: Fri, 16 Jul 2021 12:18:36 +0800 Subject: [PATCH] Limit event trigger --- .github/workflows/greetings.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 4623ffb4..b95e6e4b 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -18,6 +18,7 @@ # name: Little RocketMQ +on: [pull_request_target, issues] uses: actions/first-interaction@v1.1.0 with: # Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }} -- GitLab