From 7eea06fb409a307780b6cf28f9f2657aec9e5d75 Mon Sep 17 00:00:00 2001 From: Drasko DRASKOVIC Date: Wed, 31 May 2023 14:57:21 +0200 Subject: [PATCH] Remove codeball (#1806) Signed-off-by: Drasko DRASKOVIC --- .github/workflows/codeball.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/codeball.yaml diff --git a/.github/workflows/codeball.yaml b/.github/workflows/codeball.yaml deleted file mode 100644 index dd458b29..00000000 --- a/.github/workflows/codeball.yaml +++ /dev/null @@ -1,23 +0,0 @@ -name: Codeball -on: - pull_request: {} - pull_request_review_comment: - types: [created, edited] - -jobs: - codeball: - runs-on: ubuntu-latest - name: Codeball - permissions: - contents: read - issues: write - pull-requests: write - 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: "true" - failJobsWhenReviewNeeded: "false" \ No newline at end of file