From 9a75a9ad78efbe1b40057028e7fbb4828d040882 Mon Sep 17 00:00:00 2001 From: Granit Dula Date: Tue, 9 May 2023 16:24:32 +0100 Subject: [PATCH] chore(workflow): check title length if not dependabot --- .github/workflows/pr-checks.yml | 1 + 1 file changed, 1 insertion(+) 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