From 39b3ffe825658af5954bd21556f5a0e0dac49190 Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Mon, 8 Apr 2024 22:18:06 -0400 Subject: [PATCH] Skip Pull Request Checks / Verify Description Checklist for dependabot Signed-off-by: Craig Perkins --- .github/workflows/pull-request-checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index 7efcf529588ed..a62ea9cfa179b 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -18,6 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: peternied/check-pull-request-description-checklist@v1.1 + if: github.actor != 'dependabot[bot]' with: checklist-items: | New functionality includes testing.