From d637e44e72af52d015af91fab649e7b0a2bcd869 Mon Sep 17 00:00:00 2001 From: Justin Retzolk <44710313+justinretzolk@users.noreply.github.com> Date: Tue, 25 Jul 2023 13:17:24 -0500 Subject: [PATCH] Move conditional for issues community comment --- .github/workflows/issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 50acfbce037..79c790b2a75 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -97,10 +97,10 @@ jobs: community_note: name: 'Add Community Note' + if: github.event.action == 'opened' runs-on: ubuntu-latest steps: - name: 'Add community note to new Issues' - if: github.event.action == 'opened' uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa with: issue-number: ${{ github.event.issue.number }}