From: Flole998 Date: Sun, 5 Mar 2023 02:57:06 +0000 (+0100) Subject: Codeball should also label PRs that need review X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39df64bb8e8888db0817e133b50b7f4823a69489;p=thirdparty%2Ftvheadend.git Codeball should also label PRs that need review --- diff --git a/.github/workflows/codeball.yml b/.github/workflows/codeball.yml index 43295e791..8abf447e7 100644 --- a/.github/workflows/codeball.yml +++ b/.github/workflows/codeball.yml @@ -15,5 +15,5 @@ jobs: # For all configuration options see https://github.com/sturdy-dev/codeball-action/blob/v2/action.yml approvePullRequests: "true" labelPullRequestsWhenApproved: "true" - labelPullRequestsWhenReviewNeeded: "false" + labelPullRequestsWhenReviewNeeded: "true" failJobsWhenReviewNeeded: "false"