Closed ccamel closed 5 months ago
The changes primarily involve rebranding from "OKP4" to "Axone Protocol" across various files, updating URLs, tokens, themes, and logos. Additionally, multiple GitHub workflow files have been modified to downgrade the versions of specific actions. New JSON files for response time and uptime metrics have been introduced for different components of the Axone Protocol.
File(s) | Change Summary |
---|---|
.github/workflows/add-to-project.yml |
Updated project URL and GitHub token. |
.github/workflows/lint.yml |
Changed GitHub token for closing pull requests. |
.upptimerc.yml |
Updated ownership information, URLs, themes, logos, and footer links from OKP4 to Axone Protocol. |
LICENSE |
Updated copyright holder from "OKP4.com" to "Axone.xyz". |
README.md |
Updated URLs, badges, and references from OKP4 to Axone Protocol. |
.github/workflows/graphs.yml , .github/.../uptime.yml , etc. |
Downgraded actions/checkout from v4 to v3 . |
.github/workflows/setup.yml , .github/.../site.yml |
Downgraded actions/checkout to v3 and peaceiris/actions-gh-pages to v3.7.3 . |
api/axone-documentation-site/... , api/axone-explorer/... , etc. |
Introduced new JSON files for response time and uptime metrics. |
api/nemeton-program-web-site/... |
Updated response time and uptime values. |
In the land of code where changes flow,
Axone rises, OKP4 must go.
URLs shift, tokens anew,
Themes turn dark, logos too.
Metrics track the uptime cheer,
A rabbit's joy, the path is clear.
🎉✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
CI will require the GH_TOKEN
(https://upptime.js.org/docs/get-started#add-repository-secrets), which will be created once the repository is moved to the axone-protocol organization.
Purpose
This PR is part of the initiative to migrate repositories from the OKP4 organization to the Axone Protocol organization on GitHub.
Scope
GH_PAT
secret on repository (once migrated)status.axone.xyz
to point to the GitHub pageSummary by CodeRabbit
New Features
Updates
Bug Fixes
Refactor