From 00be8303735d6d1084ab630a47d4f8cfc6abdb89 Mon Sep 17 00:00:00 2001 From: Leafd Date: Sun, 5 Oct 2025 02:15:08 -0400 Subject: [PATCH] chore(ci): disable run linter on leafdbot pr --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 6e58f62..9428bf3 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -14,7 +14,7 @@ jobs: lint: name: LINTEEER runs-on: blacksmith-4vcpu-ubuntu-2404 - if: github.event.action != 'closed' + if: github.event.action != 'closed' && github.event.pull_request.user.login != 'leafdbot[bot]' env: APPLY_FIXES: all APPLY_FIXES_EVENT: all