Skip to content
Merged
1 change: 1 addition & 0 deletions .github/workflows/pr-description-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading