diff --git a/.github/workflows/pr-description-check.yml b/.github/workflows/pr-description-check.yml index 680b5a9abb..cda023f58f 100644 --- a/.github/workflows/pr-description-check.yml +++ b/.github/workflows/pr-description-check.yml @@ -20,6 +20,7 @@ jobs: # the standard human-authored PR template. if: >- github.event.pull_request.draft == false && + github.event.pull_request.user.login != 'dependabot[bot]' && !(github.event.pull_request.head.repo.full_name == github.repository && startsWith(github.event.pull_request.head.ref, 'rel-')) runs-on: ubuntu-24.04