From 7ab503a09648dc73352a588928fb26eb680d0e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Arroba?= <19954079+cesararroba@users.noreply.github.com> Date: Mon, 23 Jun 2025 13:17:03 +0200 Subject: [PATCH] chore(gha): avoid comment on PRs for check-changelog workflow (#8084) --- .github/workflows/pull-request-check-changelog.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request-check-changelog.yml b/.github/workflows/pull-request-check-changelog.yml index b300c56bff..d0c41aad1d 100644 --- a/.github/workflows/pull-request-check-changelog.yml +++ b/.github/workflows/pull-request-check-changelog.yml @@ -47,6 +47,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Find existing changelog comment + if: github.event.pull_request.head.repo.full_name == github.repository id: find_comment uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e #v3.1.0 with: