Skip to content

mportant: Repository History Rewritten Due to DMCA Compliance #85

@Zie619

Description

@Zie619

Important: Repository History Rewritten Due to DMCA Compliance

What Happened

We received a DMCA takedown notice requiring the removal of 8 workflow files from this repository. To comply with this legal request and prevent the repository from being disabled, we had to remove these files from the entire git history.

Impact on Users

If you have a fork:

Your fork is now out of sync with the main repository. You'll need to:

# 1. Backup your fork (if you have unique changes)
git clone https://github.com/YOUR_USERNAME/n8n-workflows.git n8n-workflows-backup

# 2. Delete and re-fork the repository on GitHub
# Go to your fork on GitHub and delete it
# Then fork the repository again from https://github.com/Zie619/n8n-workflows

# 3. Or sync your existing fork (advanced)
cd your-fork-directory
git remote add upstream https://github.com/Zie619/n8n-workflows.git
git fetch upstream
git checkout main
git reset --hard upstream/main
git push origin main --force

If you have a local clone:

# Option 1: Fresh clone (easiest)
cd ..
rm -rf n8n-workflows
git clone https://github.com/Zie619/n8n-workflows.git

# Option 2: Reset existing clone
cd n8n-workflows
git fetch origin
git reset --hard origin/main

Removed Files

The following workflow files have been permanently removed:

  • workflows/1980_Splitout_Code_Automation_Webhook.json
  • workflows/1323_Splitout_Code_Automation_Webhook.json
  • workflows/1977_Wait_Splitout_Automation_Webhook.json
  • workflows/1994_Code_Manual_Automation_Webhook.json
  • workflows/1666_Code_Manual_Automation_Webhook.json
  • workflows/1352_Splitout_Filter_Automate_Triggered.json
  • workflows/1840_Splitout_Filter_Automate_Triggered.json
  • workflows/1591_Splitout_Code_Automate_Webhook.json

Why This Was Necessary

  • We received a DMCA takedown notice from GitHub
  • Failure to comply within one week would have resulted in the entire repository being disabled
  • The content had to be removed from all git history, not just the current version

Questions?

If you have any questions or concerns, please comment on this issue.

We apologize for any inconvenience this may cause and appreciate your understanding.

Metadata

Metadata

Assignees

No one assigned

    Labels

    NoticeNotice changes on the repo

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions