You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wayang.apache.org by be...@apache.org on 2022/06/13 16:56:37 UTC

[incubator-wayang] 01/01: Update todo2issue.yml

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

bertty pushed a commit to branch berttty-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git

commit c7f5b684d82baa9156ca7b3c9c3897b0fa2e4355
Author: Bertty Contreras-Rojas <be...@databloom.ai>
AuthorDate: Mon Jun 13 18:56:33 2022 +0200

    Update todo2issue.yml
    
    remove the trigger in the case of a pull request
---
 .github/workflows/todo2issue.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/todo2issue.yml b/.github/workflows/todo2issue.yml
index 07318ad2..ad73d048 100644
--- a/.github/workflows/todo2issue.yml
+++ b/.github/workflows/todo2issue.yml
@@ -18,9 +18,9 @@ name: to-do to issue workflow
 on:
   push:
     branches: [ main ]
-  pull_request:
-    branches: [ main ]
-    types: [closed]
+#   pull_request:
+#     branches: [ main ]
+#     types: [closed]
 permissions:
   issues: write
 jobs: