diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index c23ed58586..c5fe802f4f 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -31,6 +31,7 @@ jobs: check-description: name: Checks PR has title and body description + if: ${{ github.actor != 'dependabot[bot]' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v2