From 70870fdba0508802cc129899297f885da68201be Mon Sep 17 00:00:00 2001 From: stack72 Date: Thu, 17 Aug 2023 19:04:09 +0300 Subject: [PATCH] chore(build): Remove duplicate GHA bot from PRs --- .github/workflows/pull-request.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/pull-request.yml diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml deleted file mode 100644 index 60298c8a95..0000000000 --- a/.github/workflows/pull-request.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: pull-request -on: - pull_request_target: { } - -jobs: - comment-on-pr: - if: github.event.pull_request.head.repo.full_name != github.repository - name: comment-on-pr - runs-on: ubuntu-latest - steps: - - name: Checkout Repo - uses: actions/checkout@v3 - - name: Comment PR - uses: thollander/actions-comment-pull-request@v2 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - message: > - Thank you for opening a pull request to SI. Please wait while a maintainer reviews your PR. \ No newline at end of file