Skip to content

docs: fix GitHub capitalization in Alpine docs#8844

Merged
jdx merged 1 commit intojdx:mainfrom
Rohan5commit:docs-github-secrets-20260402
Apr 2, 2026
Merged

docs: fix GitHub capitalization in Alpine docs#8844
jdx merged 1 commit intojdx:mainfrom
Rohan5commit:docs-github-secrets-20260402

Conversation

@Rohan5commit
Copy link
Copy Markdown
Contributor

Summary

  • fix the GitHub capitalization in the Alpine packaging notes.

Related issue

  • N/A; trivial docs/comment fix.

Guideline alignment

Validation

  • Not run; docs/comment-only change.

Copilot AI review requested due to automatic review settings April 2, 2026 02:31
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Apr 2, 2026

Greptile Summary

This PR fixes the capitalization of "Github" → "GitHub" in packaging/alpine/README.md. It is a single-character documentation fix with no behavioral impact.

  • Corrects the brand name "Github" to its proper capitalization "GitHub" in the sentence describing where to store ALPINE_GITLAB_TOKEN.

Confidence Score: 5/5

This 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

Filename Overview
packaging/alpine/README.md Single-word capitalization fix: "Github" → "GitHub" in instructions for storing the Alpine GitLab token as a GitHub Actions secret.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["packaging/alpine/README.md"] --> B["'Github secrets' → 'GitHub secrets'"]
    B --> C["Docs-only fix, no behavior change"]
Loading

Reviews (1): Last reviewed commit: "docs: fix GitHub capitalization in Alpin..." | Re-trigger Greptile

Copy link
Copy Markdown
Contributor

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

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.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

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`.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

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.

Suggested change
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
  1. The product name 'GitLab' must be capitalized as 'GitLab', not 'Gitlab'.

@jdx jdx merged commit debe427 into jdx:main Apr 2, 2026
38 of 39 checks passed
mise-en-dev added a commit that referenced this pull request Apr 2, 2026
### 🚀 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)
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.

4 participants