From d257671472fe6077f60def5982eb5d9476767760 Mon Sep 17 00:00:00 2001 From: Atsushi Watanabe Date: Tue, 11 May 2021 12:44:51 +0900 Subject: [PATCH] Update assets to v0.3.1 (#601) --- .github/workflows/hide-old-bot-comments.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/hide-old-bot-comments.yml b/.github/workflows/hide-old-bot-comments.yml index 0efa3ad9..6f9360f5 100644 --- a/.github/workflows/hide-old-bot-comments.yml +++ b/.github/workflows/hide-old-bot-comments.yml @@ -7,6 +7,7 @@ on: pull_request jobs: hide-old-bot-comments: runs-on: ubuntu-latest + if: github.event.pull_request.head.repo.fork == false steps: - name: Hide old bot comments uses: kamatama41/hide-pr-comments-action@v0