From c2da28ab195ecb142f0d9fa422232232caa190da Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 7 Oct 2020 23:19:45 +0530 Subject: [PATCH] Removes merged condition --- .github/workflows/bot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml index 1b1ee6cf7..4611c096f 100644 --- a/.github/workflows/bot.yml +++ b/.github/workflows/bot.yml @@ -13,7 +13,8 @@ jobs: steps: - uses: actions/checkout@v2 - name: Comment - if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request_target.merged == true + if: github.event_name == 'pull_request' && github.event.action == 'closed' + # && github.event.pull_request_target.merged == true uses: actions/github-script@v3 with: github-token: ${{secrets.GITHUB_TOKEN}}