You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/10/10 03:58:38 UTC

[shardingsphere] branch master updated: Refactor : disable issue robot temporarily (#21438) (#21439)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2b3a8de42f3 Refactor : disable issue robot temporarily (#21438) (#21439)
2b3a8de42f3 is described below

commit 2b3a8de42f30cd052306d720cf6e6b1d69c07405
Author: 孙念君 Nianjun Sun <su...@sphere-ex.com>
AuthorDate: Mon Oct 10 11:58:30 2022 +0800

    Refactor : disable issue robot temporarily (#21438) (#21439)
    
    Co-authored-by: 孙念君 Nianjun Sun <su...@apache.com>
---
 .github/workflows/issue-automation.yml | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/issue-automation.yml b/.github/workflows/issue-automation.yml
index 3ce35c4ffee..9d6d5987c2b 100644
--- a/.github/workflows/issue-automation.yml
+++ b/.github/workflows/issue-automation.yml
@@ -17,13 +17,10 @@
 
 name: Issue Automation
 
+## TODO disable this workflow temporarily, will reopen when discussion about this robot is done.
 on:
-  schedule:
-    - cron: '0 16 */1 * *'  # once a day
-  issue_comment:
-    types: [created,edited]
-  issues:
-    types: [labeled,reopened]
+  project:
+    types: [created]
 
 jobs:
   comment-action: