diff --git a/.github/workflows/slack_notifier_review.yml b/.github/workflows/slack_notifier_review.yml index 014b2208..1a0d0d76 100644 --- a/.github/workflows/slack_notifier_review.yml +++ b/.github/workflows/slack_notifier_review.yml @@ -11,7 +11,7 @@ on: jobs: slack-ready-for-review: runs-on: ubuntu-latest - if: ${{ !github.event.pull_request.draft }} + if: ${{ !github.event.pull_request.draft && github.actor != 'dependabot[bot]' }} steps: - name: Send GitHub trigger payload to Slack