Skip to content

chore: replace Itz-fork with partiallywritten as GitHub and copyright…#80

Merged
partiallywritten merged 1 commit intomainfrom
copilot/replace-itz-fork-with-partiallywritten-files
Mar 28, 2026
Merged

chore: replace Itz-fork with partiallywritten as GitHub and copyright…#80
partiallywritten merged 1 commit intomainfrom
copilot/replace-itz-fork-with-partiallywritten-files

Conversation

@partiallywritten
Copy link
Copy Markdown
Owner

… username

Agent-Logs-Url: https://github.com/partiallywritten/Mega.nz-Bot/sessions/4071b069-a792-48f1-8345-d763aff6cb73

Co-authored-by: partiallywritten <77770753+partiallywritten@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 28, 2026 15:45
@partiallywritten partiallywritten merged commit 2e6c7a6 into main Mar 28, 2026
2 checks passed
@partiallywritten partiallywritten deleted the copilot/replace-itz-fork-with-partiallywritten-files branch March 28, 2026 15:45
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates repository branding/attribution by replacing references to the previous GitHub username (Itz-fork) with the new username (partiallywritten) across code headers, user-facing links, scripts, and CI workflows.

Changes:

  • Updated copyright/author/project header comments across Python modules and libraries.
  • Updated operational URLs (repo links, raw updates.json URL, issue links) and installation instructions to point to the new GitHub location.
  • Updated GitHub Actions + Docker publish configuration to use the new GHCR image namespace and action owner.

Reviewed changes

Copilot reviewed 23 out of 23 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
scripts/clear_all.sh Updates script attribution string.
megadl/modules/mega_up.py Updates header attribution links.
megadl/modules/mega_dl.py Updates header attribution links.
megadl/modules/generals.py Updates header attribution links and the start message repository link.
megadl/modules/callbacks.py Updates header attribution links.
megadl/modules/bonus.py Updates header attribution links.
megadl/modules/auth.py Updates header attribution links.
megadl/modules/admin.py Updates header attribution links.
megadl/lib/splitter.py Updates header attribution links.
megadl/lib/megatools.py Updates header/docstring attribution and issue URLs in error messaging.
megadl/lib/ddl.py Updates header attribution links.
megadl/helpers/sysfncs.py Updates header attribution links.
megadl/helpers/pyros.py Updates header attribution links.
megadl/helpers/files.py Updates header attribution links.
megadl/helpers/database.py Updates header attribution links.
megadl/helpers/cypher.py Updates header attribution links and the remote updates.json URL.
megadl/helpers/crypt.py Updates header attribution links and credits URL.
megadl/main.py Updates header attribution links.
megadl/init.py Updates header attribution links.
installer.sh Updates git clone URL to the new repository owner.
README.md Updates repo/image/install links to the new owner (some doc links remain old).
.github/workflows/notify.yml Updates Telegram notify action owner reference.
.github/workflows/docker-publish.yml Updates GHCR tags to publish under the new namespace.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 43 to +47
- Install Docker on your server
- Create the .env file (see [env sample](/.env.sample) and [config vars](https://itz-fork.gitbook.io/mega.nz-bot/config-vars))
- Pull the docker image
```
docker pull ghcr.io/itz-fork/meganzbot:latest
docker pull ghcr.io/partiallywritten/meganzbot:latest
Copy link

Copilot AI Mar 28, 2026

Choose a reason for hiding this comment

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

The README still links to the old itz-fork.gitbook.io docs (e.g., the config vars link in this section). Since this PR is renaming references to partiallywritten, these remaining itz-fork doc URLs should be updated as well (there are additional occurrences elsewhere in the README).

Copilot uses AI. Check for mistakes.
steps:
- name: Notify the commit on Telegram
uses: Itz-fork/github-telegram-notify@main
uses: partiallywritten/github-telegram-notify@main
Copy link

Copilot AI Mar 28, 2026

Choose a reason for hiding this comment

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

The workflow uses a mutable ref (@main) for the third-party action. Pinning to a specific tag or commit SHA improves supply-chain security and ensures the workflow remains reproducible if main changes.

Suggested change
uses: partiallywritten/github-telegram-notify@main
uses: partiallywritten/github-telegram-notify@v1

Copilot uses AI. Check for mistakes.
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.

3 participants