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