From 508de087216e8918cdc45fbcf30a9efeb5fe5654 Mon Sep 17 00:00:00 2001 From: Flole998 Date: Mon, 6 Mar 2023 02:09:08 +0100 Subject: [PATCH] Don't attempt to approve PRs automatically --- .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 8abf447e7..1bc38c41b 100644 --- a/.github/workflows/codeball.yml +++ b/.github/workflows/codeball.yml @@ -13,7 +13,7 @@ jobs: uses: sturdy-dev/codeball-action@v2 with: # For all configuration options see https://github.com/sturdy-dev/codeball-action/blob/v2/action.yml - approvePullRequests: "true" + approvePullRequests: "false" labelPullRequestsWhenApproved: "true" labelPullRequestsWhenReviewNeeded: "true" failJobsWhenReviewNeeded: "false" -- 2.47.2