From 9e6a61043522898ad45aa895ffe5c8583563c496 Mon Sep 17 00:00:00 2001 From: Eric T Date: Tue, 19 Aug 2025 20:30:55 +0100 Subject: [PATCH] chore: shorten PR quality gate and skip dependabot --- .github/workflows/pr-quality-gate.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-quality-gate.yml b/.github/workflows/pr-quality-gate.yml index 01171664e..9ae9b3758 100644 --- a/.github/workflows/pr-quality-gate.yml +++ b/.github/workflows/pr-quality-gate.yml @@ -1,4 +1,4 @@ -name: PR Quality Gate — AI-Era Expertise Standard +name: PR Quality Gate on: pull_request: @@ -11,6 +11,7 @@ permissions: jobs: review: + if: ${{ github.actor != 'dependabot[bot]' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v3