We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa1083 commit a61669eCopy full SHA for a61669e
.github/workflows/pull_request_feed.yml
@@ -34,7 +34,7 @@ jobs:
34
steps:
35
- name: Notification Maintainer PR Opened
36
uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844
37
- 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]'
38
with:
39
payload: |
40
{
0 commit comments