mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 21:03:05 -07:00
ci(actions): fix PR rate limiter excluding maintainers (#20117)
This commit is contained in:
committed by
GitHub
parent
b0ceb74462
commit
81cd2561dc
@@ -20,9 +20,7 @@ jobs:
|
|||||||
- name: 'Limit open pull requests per user'
|
- name: 'Limit open pull requests per user'
|
||||||
uses: 'Homebrew/actions/limit-pull-requests@9ceb7934560eb61d131dde205a6c2d77b2e1529d' # master
|
uses: 'Homebrew/actions/limit-pull-requests@9ceb7934560eb61d131dde205a6c2d77b2e1529d' # master
|
||||||
with:
|
with:
|
||||||
except-author-associations: |
|
except-author-associations: 'MEMBER,OWNER,COLLABORATOR'
|
||||||
MEMBER
|
|
||||||
OWNER
|
|
||||||
comment-limit: 8
|
comment-limit: 8
|
||||||
comment: >
|
comment: >
|
||||||
You already have 7 pull requests open. Please work on getting
|
You already have 7 pull requests open. Please work on getting
|
||||||
|
|||||||
Reference in New Issue
Block a user