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:36 UTC

[incubator-wayang] branch berttty-patch-1 created (now c7f5b684)

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

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


      at c7f5b684 Update todo2issue.yml

This branch includes the following new commits:

     new c7f5b684 Update todo2issue.yml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by be...@apache.org.
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: