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 <[email protected]> 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:
