chore: replace Itz-fork with partiallywritten as GitHub and copyright…#80
Conversation
… 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>
There was a problem hiding this comment.
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.jsonURL, 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.
| - 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 |
There was a problem hiding this comment.
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).
| steps: | ||
| - name: Notify the commit on Telegram | ||
| uses: Itz-fork/github-telegram-notify@main | ||
| uses: partiallywritten/github-telegram-notify@main |
There was a problem hiding this comment.
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.
| uses: partiallywritten/github-telegram-notify@main | |
| uses: partiallywritten/github-telegram-notify@v1 |
… username
Agent-Logs-Url: https://github.com/partiallywritten/Mega.nz-Bot/sessions/4071b069-a792-48f1-8345-d763aff6cb73