From: Flole998 Date: Tue, 21 Feb 2023 04:13:18 +0000 (+0100) Subject: Use codeball for PRs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44bf691ac3c4abe3b11dc284ace84d863db376e3;p=thirdparty%2Ftvheadend.git Use codeball for PRs --- diff --git a/.github/workflows/codeball.yml b/.github/workflows/codeball.yml new file mode 100644 index 000000000..43295e791 --- /dev/null +++ b/.github/workflows/codeball.yml @@ -0,0 +1,19 @@ +name: Codeball +on: + pull_request: {} + pull_request_review_comment: + types: [created, edited] + +jobs: + codeball_job: + runs-on: ubuntu-latest + name: Codeball + steps: + - name: Codeball + 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" + labelPullRequestsWhenApproved: "true" + labelPullRequestsWhenReviewNeeded: "false" + failJobsWhenReviewNeeded: "false"