diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 8e828e8..27156c7 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -10,6 +10,7 @@ on: jobs: check-title: + if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }} name: Check title runs-on: ubuntu-20.04