Uh oh!
There was an error while loading. Please reload this page.
[docs] docs: unbloat troubleshooting common issues - #51251
Merged
Conversation
pelikhan
marked this pull request as ready for review
August 8, 2026 01:04
Uh oh!
There was an error while loading. Please reload this page.
ContributorAuthor
✅ Test Quality Sentinel completed test quality analysis. No test files were added or modified in this PR. Test Quality Sentinel skipped. This is a documentation-only change.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Condenses troubleshooting documentation while retaining core guidance and examples.
Changes:
- Replaces repetitive lists with concise prose.
- Tightens engine, GHES, build, and support guidance.
- One original documentation link was inadvertently removed.
Show a summary per file
| File | Description |
|---|---|
docs/src/content/docs/troubleshooting/common-issues.md | Streamlines troubleshooting sections and formatting. |
Review details
Tip
Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Balanced
| 1. **Actions disabled**: Enable Actions ([docs](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository)) | ||
| 2. **Local-only**: Switch to "Allow all actions" or enable GitHub-created actions ([docs](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#managing-github-actions-permissions-for-your-repository)) | ||
| 3. **Selective allowlist**: Enable "Allow actions created by GitHub" checkbox ([docs](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#allowing-select-actions-and-reusable-workflows-to-run)) | ||
| The CLI validates three permission layers in Repository Settings → Actions → General: enable Actions, switch from local-only restrictions to allowing GitHub-created or all actions, and, if you're using a selective allowlist, enable GitHub-created actions as well. See the [repository Actions settings docs](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository) and [allowlist details](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#allowing-select-actions-and-reusable-workflows-to-run). |
ContributorAuthor
🎉 This pull request is included in a new release. Release: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Condenses the troubleshooting common-issues guide by converting several bulleted/numbered lists into concise prose paragraphs, reducing verbosity while preserving all technical content and links.
Changes
docs/src/content/docs/troubleshooting/common-issues.md(docs-only, no code/schema/behavior changes)Impact
Minor note
The reworded "Getting Help" sentence contains a small duplicated phrase ("search existing issues" appears twice) introduced by the rewrite; may be worth a follow-up cleanup.