From: Flole998 Date: Sat, 17 Feb 2024 13:48:14 +0000 (+0100) Subject: Remove broken codeball X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ca673c8a363d5103d15c72f0573ff47c4c4d222;p=thirdparty%2Ftvheadend.git Remove broken codeball --- diff --git a/.github/workflows/codeball.yml b/.github/workflows/codeball.yml deleted file mode 100644 index dd3f6985e..000000000 --- a/.github/workflows/codeball.yml +++ /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"