From: Flole998 Date: Mon, 6 Mar 2023 01:09:08 +0000 (+0100) Subject: Don't attempt to approve PRs automatically X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=508de087216e8918cdc45fbcf30a9efeb5fe5654;p=thirdparty%2Ftvheadend.git Don't attempt to approve PRs automatically --- 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"