diff --git a/.github/workflows/pr-reply-no-disclosure.yml b/.github/workflows/pr-reply-no-disclosure.yml index 4c259ced7f..c74a09eab0 100644 --- a/.github/workflows/pr-reply-no-disclosure.yml +++ b/.github/workflows/pr-reply-no-disclosure.yml @@ -20,7 +20,7 @@ jobs: BODY=$(gh pr view $NUMBER --json body) AUTHOR=$(gh pr view $NUMBER --json author) - if [[ $BODY == *"app/dependabot"* ]]; then + if [[ $AUTHOR == *"app/dependabot"* ]]; then echo "Is dependabot, stop" exit 0 fi