chore(ci): disable run linter on leafdbot pr

This commit is contained in:
Leafd 2025-10-05 02:15:08 -04:00
parent bf05fb26cc
commit 00be830373
No known key found for this signature in database
GPG key ID: D44AE7A3699406BE

View file

@ -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