revert: undo bot exclusion in pr-rate-limiter.yaml

This commit is contained in:
Christian Gunderman
2026-05-15 11:42:21 -07:00
parent c53aa072b4
commit 289e061d54
-1
View File
@@ -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'