From 81cd2561dce0735096f6307f6ab887e96137f8ab Mon Sep 17 00:00:00 2001 From: Tommaso Sciortino Date: Mon, 23 Feb 2026 19:57:55 -0800 Subject: [PATCH] ci(actions): fix PR rate limiter excluding maintainers (#20117) --- .github/workflows/pr-rate-limiter.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pr-rate-limiter.yaml b/.github/workflows/pr-rate-limiter.yaml index c58cf60a62..c703279532 100644 --- a/.github/workflows/pr-rate-limiter.yaml +++ b/.github/workflows/pr-rate-limiter.yaml @@ -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