From f3a4d6718fe582b51222adb5649ce028c60b5d2b Mon Sep 17 00:00:00 2001 From: Sandoche ADITTANE Date: Mon, 10 Jul 2023 12:31:25 +0200 Subject: [PATCH] ci: deleting codeball (#24) --- .github/workflows/codeball.yml | 20 -------------------- CHANGELOG.md | 1 + 2 files changed, 1 insertion(+), 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 8fb735a..0000000 --- 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" diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a28483..d028077 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## Unreleased +- (ci) [fse-673] Deleting codeball - (ci) [fse-478] Updating github actions and versions - (ci) [#5](https://github.com/evmos/backend/pull/5) RPC server refactor