From a34bbef3497b35c0c67bf87e36f605bfc42bb216 Mon Sep 17 00:00:00 2001 From: max Date: Thu, 13 Jul 2023 20:07:56 +0200 Subject: [PATCH] ci: Remove Github codeball action as it seems to be closed https://github.com/sturdy-dev/codeball-action/issues/197 --- .github/workflows/01-codeball.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/01-codeball.yml diff --git a/.github/workflows/01-codeball.yml b/.github/workflows/01-codeball.yml deleted file mode 100644 index 1dfed091998..00000000000 --- a/.github/workflows/01-codeball.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Codeball -on: - pull_request: - -jobs: - codeball_job: - runs-on: ubuntu-latest - steps: - - name: Codeball AI Code Review - uses: sturdy-dev/codeball-action@v2.6.0 - with: - approvePullRequests: "false" - labelPullRequestsWhenReviewNeeded: "true" - codeSuggestionsFromComments: "true" - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}