]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Use codeball for PRs
authorFlole998 <Flole998@users.noreply.github.com>
Tue, 21 Feb 2023 04:13:18 +0000 (05:13 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Feb 2023 04:13:18 +0000 (05:13 +0100)
.github/workflows/codeball.yml [new file with mode: 0644]

diff --git a/.github/workflows/codeball.yml b/.github/workflows/codeball.yml
new file mode 100644 (file)
index 0000000..43295e7
--- /dev/null
@@ -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"