From 608b517d644febfcb2455c7e6791a6f71df6516b Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Mon, 26 Aug 2024 14:10:57 -0500 Subject: [PATCH] github-actions user is a contributor (#2352) --- .github/workflows/auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index f8fb5c587..03b49ee21 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -15,4 +15,4 @@ jobs: merge-method: squash do-not-merge-labels: never-merge pull-request-author-associations: OWNER,MEMBER,COLLABORATOR - review-author-associations: OWNER,MEMBER + review-author-associations: OWNER,MEMBER,CONTRIBUTOR