diff --git a/.github/workflows/pr_description_linter.yaml b/.github/workflows/pr_description_linter.yaml index 173a3cc960f..743a9ab278e 100644 --- a/.github/workflows/pr_description_linter.yaml +++ b/.github/workflows/pr_description_linter.yaml @@ -7,6 +7,7 @@ permissions: contents: read jobs: lint-pr-description: + if: github.actor != 'dependabot[bot]' runs-on: ubuntu-latest env: PR_BODY: ${{github.event.pull_request.body}}