Skip to content

Commit a61669e

Browse files
filter out dependabot from feed pr open (#30648)
1 parent 3fa1083 commit a61669e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request_feed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- name: Notification Maintainer PR Opened
3636
uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
37-
if: github.event.action == 'opened' && needs.community_check.outputs.maintainer == 'true'
37+
if: github.event.action == 'opened' && needs.community_check.outputs.maintainer == 'true' && github.actor != 'dependabot[bot]'
3838
with:
3939
payload: |
4040
{

0 commit comments

Comments
 (0)