docs: fix GitHub capitalization in Alpine docs#8844
Conversation
Greptile SummaryThis PR fixes the capitalization of "Github" → "GitHub" in
Confidence Score: 5/5This PR is safe to merge — it is a trivial one-word capitalization fix in a documentation file with no code changes. The change is purely cosmetic documentation: one word changed from "Github" to "GitHub". There is no risk of regressions, no logic changes, and no tests are needed. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["packaging/alpine/README.md"] --> B["'Github secrets' → 'GitHub secrets'"]
B --> C["Docs-only fix, no behavior change"]
Reviews (1): Last reviewed commit: "docs: fix GitHub capitalization in Alpin..." | Re-trigger Greptile |
There was a problem hiding this comment.
Pull request overview
Updates Alpine packaging documentation to use the correct “GitHub” capitalization when referring to GitHub secrets, keeping the docs consistent and professional.
Changes:
- Corrected “Github” → “GitHub” in the Alpine packaging README.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Code Review
This pull request updates the documentation in packaging/alpine/README.md to correct the capitalization of 'GitHub'. The review suggests further improvements to the documentation, specifically requesting consistent backtick formatting for secret names and correcting the capitalization of 'GitLab' in the preceding line.
|
|
||
| Also, the `ALPINE_GITLAB_TOKEN` needs to be rolled as well, use the [alpine gitlab portal](https://gitlab.alpinelinux.org/-/user_settings/personal_access_tokens) | ||
| to generate a new token and store it in Github secrets as `ALPINE_GITLAB_TOKEN`. | ||
| to generate a new token and store it in GitHub secrets as `ALPINE_GITLAB_TOKEN`. |
There was a problem hiding this comment.
For consistency with other secret names in this document (e.g., ALPINE_KEY_ID on line 16), ALPINE_GITLAB_TOKEN should be enclosed in backticks for proper markdown formatting.
Additionally, the product name 'GitLab' must be capitalized as 'GitLab' on line 18 to align with the product's branding.
| to generate a new token and store it in GitHub secrets as `ALPINE_GITLAB_TOKEN`. | |
| to generate a new token and store it in GitHub secrets as ALPINE_GITLAB_TOKEN. |
References
- The product name 'GitLab' must be capitalized as 'GitLab', not 'Gitlab'.
### 🚀 Features - **(install)** add per-tool install_before option by @sargunv-headway in [#8842](#8842) ### 🐛 Bug Fixes - **(cli)** respect `-q` flag in `mise prepare` command by @Marukome0743 in [#8792](#8792) - fall back to compile-time musl detection when no system linker found by @davireis in [#8825](#8825) ### 📚 Documentation - fix GitHub capitalization in Alpine docs by @Rohan5commit in [#8844](#8844) ### 📦 Registry - add dbt-fusion ([aqua:getdbt.com/dbt-fusion](https://github.com/getdbt.com/dbt-fusion)) by @ryan-pip in [#8837](#8837) ### New Contributors - @Marukome0743 made their first contribution in [#8792](#8792) - @sargunv-headway made their first contribution in [#8842](#8842) - @Rohan5commit made their first contribution in [#8844](#8844) - @ryan-pip made their first contribution in [#8837](#8837) - @rndmh3ro made their first contribution in [#8839](#8839) ## 📦 Aqua Registry Updates #### New Packages (1) - [`azu/dockerfile-pin`](https://github.com/azu/dockerfile-pin) #### Updated Packages (4) - [`anthropics/claude-code`](https://github.com/anthropics/claude-code) - [`dandavison/delta`](https://github.com/dandavison/delta) - [`goreleaser/goreleaser`](https://github.com/goreleaser/goreleaser) - [`zellij-org/zellij`](https://github.com/zellij-org/zellij)
Summary
GitHubcapitalization in the Alpine packaging notes.Related issue
Guideline alignment
Validation