]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Remove broken codeball
authorFlole998 <Flole998@users.noreply.github.com>
Sat, 17 Feb 2024 13:48:14 +0000 (14:48 +0100)
committerGitHub <noreply@github.com>
Sat, 17 Feb 2024 13:48:14 +0000 (14:48 +0100)
.github/workflows/codeball.yml [deleted file]

diff --git a/.github/workflows/codeball.yml b/.github/workflows/codeball.yml
deleted file mode 100644 (file)
index dd3f698..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-name: Codeball
-on:
-   workflow_dispatch:
-#  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: "false"
-          labelPullRequestsWhenApproved: "true"
-          labelPullRequestsWhenReviewNeeded: "true"
-          failJobsWhenReviewNeeded: "false"