From 1f2f4a53751cacba69ce3054a17ed47e2e6acc69 Mon Sep 17 00:00:00 2001 From: Suhani Singh Paliwal <161575955+suhanipaliwal@users.noreply.github.com> Date: Sat, 25 May 2024 14:50:52 +0530 Subject: [PATCH] Update autocomment.yaml --- .github/workflows/autocomment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autocomment.yaml b/.github/workflows/autocomment.yaml index 13a36ded..4790d42b 100644 --- a/.github/workflows/autocomment.yaml +++ b/.github/workflows/autocomment.yaml @@ -10,11 +10,11 @@ permissions: jobs: comment: - runs-on: ubuntu-latest if: github.event.pull_request.merged == true - + runs-on: ubuntu-latest + steps: - - name: Add Comment to Issue + - name: Add Comment to Merged PR env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: |