From 289e061d5457111dd772b325d32e84e34f4798a0 Mon Sep 17 00:00:00 2001 From: Christian Gunderman Date: Fri, 15 May 2026 11:42:21 -0700 Subject: [PATCH] revert: undo bot exclusion in pr-rate-limiter.yaml --- .github/workflows/pr-rate-limiter.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr-rate-limiter.yaml b/.github/workflows/pr-rate-limiter.yaml index c3005bec50..c703279532 100644 --- a/.github/workflows/pr-rate-limiter.yaml +++ b/.github/workflows/pr-rate-limiter.yaml @@ -18,7 +18,6 @@ jobs: pull-requests: 'write' steps: - name: 'Limit open pull requests per user' - if: "github.actor != 'gemini-cli[bot]' && github.actor != 'gemini-cli-robot'" uses: 'Homebrew/actions/limit-pull-requests@9ceb7934560eb61d131dde205a6c2d77b2e1529d' # master with: except-author-associations: 'MEMBER,OWNER,COLLABORATOR'