Skip to content

Delete .circleci directory#423

Merged
Dargon789 merged 1 commit intodargon789/gamefifrom
Dargon789-patch-3
Apr 14, 2026
Merged

Delete .circleci directory#423
Dargon789 merged 1 commit intodargon789/gamefifrom
Dargon789-patch-3

Conversation

@Dargon789
Copy link
Copy Markdown
Owner

@Dargon789 Dargon789 commented Apr 14, 2026

Motivation

Solution

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

Summary by Sourcery

Remove legacy CircleCI configuration from the repository.

Build:

  • Delete obsolete CircleCI configuration files and related build definitions.

CI:

  • Remove all CircleCI workflows and configuration files under the .circleci directory as they are no longer used.

Chores:

  • Clean up repository by dropping unused CI configuration directory.

Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
@codesandbox
Copy link
Copy Markdown

codesandbox bot commented Apr 14, 2026

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@vercel

This comment was marked as resolved.

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai bot commented Apr 14, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Removes legacy CircleCI configuration by deleting all files under the .circleci directory, fully decommissioning CircleCI from the project.

File-Level Changes

Change Details Files
Remove obsolete CircleCI CI/CD configuration from the repository.
  • Delete the primary CircleCI configuration file that defined workflows and jobs.
  • Remove environment- or pipeline-specific CircleCI YAML files for cargo, web3/gamefi, deployment, and v1 flows.
  • Eliminate all remaining CI-related YAMLs under the .circleci directory to prevent CircleCI from running on this repo.
.circleci/config.yml
.circleci/cargo.yml
.circleci/ci-web3-gamefi.yml
.circleci/ci.yml
.circleci/ci_cargo.yml
.circleci/ci_deploy.yml
.circleci/ci_v1.yml
.circleci/dev_stage.yml
.circleci/web3_defi_gamefi.yml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@snyk-io
Copy link
Copy Markdown

snyk-io bot commented Apr 14, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Copy link
Copy Markdown

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've left some high level feedback:

  • Since all CircleCI configs are being removed, double‑check there are no remaining references to CircleCI workflows or contexts in other config files (e.g., Makefiles, release scripts, or GitHub Actions) that would now be dead paths.
  • Scan the repo for CircleCI status badges or links (e.g., in README or CONTRIBUTING) that may need to be removed or updated to reflect the current CI system.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- Since all CircleCI configs are being removed, double‑check there are no remaining references to CircleCI workflows or contexts in other config files (e.g., Makefiles, release scripts, or GitHub Actions) that would now be dead paths.
- Scan the repo for CircleCI status badges or links (e.g., in README or CONTRIBUTING) that may need to be removed or updated to reflect the current CI system.

Fix all in Cursor


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request removes the entire .circleci directory and all associated configuration files, which results in the immediate cessation of all automated build, test, and deployment workflows. While the deleted files showed signs of being unmaintained or containing syntax errors, this is a high-impact change that leaves the repository without automated validation. This change should only be finalized if a replacement CI system is already active.

I am having trouble creating individual review comments. Click here to see my feedback.

.circleci/config.yml (1-3)

high

Deleting the .circleci directory and its config.yml file results in the immediate cessation of all CircleCI-managed workflows. Although the files being removed show signs of being unmaintained or containing syntax errors (such as the invalid workflow definitions in dev_stage.yml and the malformed steps in ci_deploy.yml), this is a high-impact change that removes the repository's automated build and test validation. This change is only appropriate if a replacement CI system is already active.

@Dargon789 Dargon789 merged commit c6eb37f into dargon789/gamefi Apr 14, 2026
14 of 18 checks passed
@Dargon789 Dargon789 deleted the Dargon789-patch-3 branch April 14, 2026 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant