]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Don't attempt to approve PRs automatically
authorFlole998 <Flole998@users.noreply.github.com>
Mon, 6 Mar 2023 01:09:08 +0000 (02:09 +0100)
committerGitHub <noreply@github.com>
Mon, 6 Mar 2023 01:09:08 +0000 (02:09 +0100)
.github/workflows/codeball.yml

index 8abf447e7b7cac016dd90d93bbcb04697530a7e5..1bc38c41ba1bb7a00433718a9ba4ee5676082529 100644 (file)
@@ -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"