From 2a295603872032d0187dda164034f0b55e615d92 Mon Sep 17 00:00:00 2001 From: Nick Z <2420177+nickzelei@users.noreply.github.com> Date: Sat, 30 Aug 2025 11:19:33 -0700 Subject: [PATCH] adds acquired disclaimer --- .github/workflows/repostats.yml | 18 ------------------ README.md | 2 ++ 2 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 .github/workflows/repostats.yml diff --git a/.github/workflows/repostats.yml b/.github/workflows/repostats.yml deleted file mode 100644 index 0cce4a529c..0000000000 --- a/.github/workflows/repostats.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Repo Stats - -on: - schedule: - # Run this once per day, towards the end of the day for keeping the most - # recent data point most meaningful (hours are interpreted in UTC). - - cron: "0 23 * * *" - workflow_dispatch: # Allow for running this manually. - -jobs: - repostats: - name: Generate Report - runs-on: ubuntu-latest - steps: - - name: run-ghrs - uses: jgehrcke/github-repo-stats@RELEASE - with: - ghtoken: ${{ secrets.REPO_STATS_PAT }} diff --git a/README.md b/README.md index cd7ec64599..6a379ddb96 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ Open Source Data Anonymization and Synthetic Data Orchestration +> **⚠️ Disclaimer:** **Neosync has been acquired by [Grow Therapy](https://www.growtherapy.com). As a result, this repository is no longer actively maintained. Thank you to all of our OSS and Cloud supporters over the years.** + ## Introduction [Neosync](https://www.neosync.dev) is an open-source, developer-first way to anonymize PII, generate synthetic data and sync environments for better testing, debugging and developer experience.