From 8ef592e39164bb7a10e53f318eed57ba34a9e7bd Mon Sep 17 00:00:00 2001 From: Dhruv Bhanushali Date: Sat, 30 Oct 2021 09:47:16 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Synced=20file(s)=20with=20WordPr?= =?UTF-8?q?ess/openverse=20(#384)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr_ping.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_ping.yml b/.github/workflows/pr_ping.yml index b42b6cadb3..46070b91cf 100644 --- a/.github/workflows/pr_ping.yml +++ b/.github/workflows/pr_ping.yml @@ -10,8 +10,8 @@ jobs: send_message: name: Send message if: | - ${{ github.event.pull_request.user.login != 'dependabot[bot]' }} && - ${{ !startsWith(github.event.pull_request.title, '🔄') }} + github.actor != 'dependabot[bot]' && + !startsWith(github.event.pull_request.title, '🔄') runs-on: ubuntu-latest steps: - name: Send Slack notification