From 2b6bfe4097bd27cfa1cf56fc9c9ffab7079df60b Mon Sep 17 00:00:00 2001 From: Bryan Morgan Date: Thu, 15 Jan 2026 11:40:33 -0500 Subject: [PATCH] =?UTF-8?q?feat(automation):=20enforce=20'=F0=9F=94=92=20m?= =?UTF-8?q?aintainer=20only'=20and=20fix=20bot=20loop=20(#16751)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/label-enforcer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-enforcer.yml b/.github/workflows/label-enforcer.yml index 8975e0d220..5b5812dffe 100644 --- a/.github/workflows/label-enforcer.yml +++ b/.github/workflows/label-enforcer.yml @@ -10,7 +10,7 @@ jobs: enforce-label: # Run this job only when restricted labels are changed if: |- - ${{ (github.event.label.name == 'help wanted' || github.event.label.name == 'status/need-triage') && + ${{ (github.event.label.name == 'help wanted' || github.event.label.name == 'status/need-triage' || github.event.label.name == '🔒 maintainer only') && (github.repository == 'google-gemini/gemini-cli' || github.repository == 'google-gemini/maintainers-gemini-cli') }} runs-on: 'ubuntu-latest' permissions: