Skip to content

Commit

Permalink
filter out dependabot from feed pr open (#30648)
Browse files Browse the repository at this point in the history
  • Loading branch information
breathingdust authored Apr 11, 2023
1 parent 3fa1083 commit a61669e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_feed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- name: Notification Maintainer PR Opened
uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
if: github.event.action == 'opened' && needs.community_check.outputs.maintainer == 'true'
if: github.event.action == 'opened' && needs.community_check.outputs.maintainer == 'true' && github.actor != 'dependabot[bot]'
with:
payload: |
{
Expand Down

0 comments on commit a61669e

Please sign in to comment.