You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vo...@apache.org on 2021/07/16 04:18:47 UTC

[rocketmq] branch master updated: Limit event trigger

This is an automated email from the ASF dual-hosted git repository.

vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/master by this push:
     new a20f31b  Limit event trigger
a20f31b is described below

commit a20f31bb3de242756542c552d7212a7a40000ba4
Author: von gosling <vo...@apache.org>
AuthorDate: Fri Jul 16 12:18:36 2021 +0800

    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 4623ffb..b95e6e4 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 }}