Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
🔄 Synced file(s) with WordPress/openverse (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb authored Oct 30, 2021
1 parent 4171a0c commit 8ef592e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_ping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ef592e

Please sign in to comment.