From 22142b4dc4431b10bca01ec81700d002de7b8552 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 1 Dec 2020 21:05:31 +0530 Subject: [PATCH] Removes bot workflow --- .github/workflows/bot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml index 7dab2ce1e..89c9b8144 100644 --- a/.github/workflows/bot.yml +++ b/.github/workflows/bot.yml @@ -1,7 +1,7 @@ name: Helper on: - pull_request_target: + pull_request: types: - closed @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Comment - if: github.event_name == 'pull_request_target' && github.event.action == 'closed' && github.event.pull_request.merged == true + if: github.event.action == 'closed' && github.event.pull_request.merged == true uses: actions/github-script@v3 with: github-token: ${{secrets.GITHUB_TOKEN}}