From 9dac7d3ed57b49f964e40bbe36c6b8f052f10356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Peres=20Fran=C3=A7a?= Date: Mon, 20 Jun 2022 14:51:56 -0300 Subject: [PATCH] Delete auto-comment.yml (#1808) This commentary is very frustrating for anyone expecting a real answer from a developer. --- .github/workflows/auto-comment.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/auto-comment.yml diff --git a/.github/workflows/auto-comment.yml b/.github/workflows/auto-comment.yml deleted file mode 100644 index c19d7ac3a3..0000000000 --- a/.github/workflows/auto-comment.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Auto Comment -on: [issues, pull_request] - -jobs: - run: - runs-on: ubuntu-latest - steps: - - uses: wow-actions/auto-comment@37b9719d50ce09e261f778eb2ea6c2089f6d3117 #v1.0.7 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - issuesOpenedReactions: 'heart' - issuesOpenedComment: | - 👋 @{{ author }} - Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. - Please make sure you have given us as much context as possible and that you have followed our contributing guidelines. - We will review it as soon as possible. - - pullRequestOpenedReactions: 'rocket' - pullRequestOpened: | - 👋 @{{ author }} - Thank you for raising your pull request. - Please make sure you have followed our contributing guidelines. We will review it as soon as possible -