You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2020/11/13 02:18:16 UTC

[pulsar] branch master updated: [CI] Running the comment bot when close a pr (#8521)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0bcb271  [CI] Running the comment bot when close a pr (#8521)
0bcb271 is described below

commit 0bcb271da332f612568491654426a6cadb50d054
Author: Yong Zhang <zh...@gmail.com>
AuthorDate: Fri Nov 13 10:17:39 2020 +0800

    [CI] Running the comment bot when close a pr (#8521)
    
    **Motivation**
    
    Trigger the bot to comment when close a pr.
---
 .github/workflows/ci-pulsarbot.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/ci-pulsarbot.yaml b/.github/workflows/ci-pulsarbot.yaml
index 5d3594b..93397b6 100644
--- a/.github/workflows/ci-pulsarbot.yaml
+++ b/.github/workflows/ci-pulsarbot.yaml
@@ -21,6 +21,8 @@ name: Pulsar Bot
 on:
   issue_comment:
     types: [created]
+  pull_request:
+    types: [closed]
 
 env:
   MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=25 -Dmaven.wagon.http.retryHandler.count=3