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

Commit

Permalink
🔄 Synced local '.github/workflows/pr_ping.yml' with remote '.github/w…
Browse files Browse the repository at this point in the history
…orkflows/pr_ping.yml'
  • Loading branch information
dhruvkb committed Oct 29, 2021
1 parent 449221d commit 81644b0
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 81644b0

Please sign in to comment.