From d5e3f1e6deb5329b5a4856b37ce7485fd87b14c8 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 10 Nov 2022 19:23:12 +0800 Subject: [PATCH] Update codeball.yml --- .github/workflows/codeball.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeball.yml b/.github/workflows/codeball.yml index 007eb9ac88..1e796958b0 100644 --- a/.github/workflows/codeball.yml +++ b/.github/workflows/codeball.yml @@ -15,7 +15,7 @@ jobs: uses: sturdy-dev/codeball-action@v2 with: # Settings for "Codeball Approver" - approvePullRequests: "true" + approvePullRequests: "false" labelPullRequestsWhenApproved: "true" labelPullRequestsWhenReviewNeeded: "true" failJobsWhenReviewNeeded: "false"