From 5e49f78436404452791eada0e2280c61ccb2204e Mon Sep 17 00:00:00 2001 From: Anton Shepilov Date: Fri, 2 Jun 2023 08:14:33 +0000 Subject: [PATCH] Codeball is not active project anymore --- .github/workflows/codeball.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/codeball.yml diff --git a/.github/workflows/codeball.yml b/.github/workflows/codeball.yml deleted file mode 100644 index 8fb735a1..00000000 --- a/.github/workflows/codeball.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Codeball -on: - pull_request: {} - pull_request_review_comment: - types: [created, edited] - -jobs: - codeball_job: - runs-on: ubuntu-latest - name: Codeball - steps: - # Run Codeball on all new Pull Requests and Review Comments! 🚀 - # For customizations and more documentation, see https://github.com/sturdy-dev/codeball-action - - name: Codeball - uses: sturdy-dev/codeball-action@v2 - with: - approvePullRequests: "true" - labelPullRequestsWhenApproved: "true" - labelPullRequestsWhenReviewNeeded: "false" - failJobsWhenReviewNeeded: "false"