Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ When referencing a commit from a private repository inside of a commit message,

By default, references generate a backlink. For example, manually linking to an issue in a pull request will automatically generate another link from the issue _back_ to the pull request.
To avoid this behavior, you can use `redirect.github.com` instead of `github.com` when constructing the URL in your reference. If you do use a `redirect.github.com` URL in your reference link, no pop-up window will appear when hovering over it.
> [!NOTE]
> This method is not supported in GitHub Enterprise Cloud with Data Residency (`ghe.com`).
Copy link

Copilot AI Sep 25, 2025

Choose a reason for hiding this comment

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

The text 'GitHub Enterprise Cloud with Data Residency' should use the appropriate Liquid variable instead of hardcoded text. Please check the data/variables directory for the correct variable, likely in data/variables/product.yml or data/variables/enterprise.yml.

Copilot generated this review using guidance from repository custom instructions.


## Further reading

Expand Down
Loading