Fix documentation typos and add explicit permissions to workflows#20
Draft
Fix documentation typos and add explicit permissions to workflows#20
Conversation
- Fixed typo: "from[Material" -> "from [Material" in icons.md - Fixed typo: "prefered" -> "preferred" in release changelogs (2 files) - Added missing permissions declarations to 21 GitHub workflows for security hardening - Added appropriate read-only permissions where needed - Added write permissions only where required for workflow operations - Follows GitHub security best practices for workflow permissions Co-authored-by: Ayushmore1214 <194600182+Ayushmore1214@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Improve documentation and workflows for clarity and security
Fix documentation typos and add explicit permissions to workflows
Dec 28, 2025
Owner
|
@copilot lets clean and improve the docs of this whole repo first all .md files you look for mistakes |
Author
I'll perform a comprehensive cleanup of all markdown files in the repository. I found several typos and formatting issues to fix:
Working on fixes now... |
- Fixed "neccessary" -> "necessary" in kubernetes installation docs - Fixed "from[Material" -> "from [Material" (spacing) in customize-theme.md - Fixed "the the" -> "the" in scaffolder-backend changelog - Fixed "to to" -> "to" in ADOPTERS.md - Fixed "signed-in in to" -> "signed-in to" in threat-model.md - Fixed "it's own" -> "its own" in catalog-import changelog - Fixed "you your" -> "your" in root-http-router.md Co-authored-by: Ayushmore1214 <194600182+Ayushmore1214@users.noreply.github.com>
- Fixed "that that's" -> "that it's" in software-catalog references.md - Fixed "wether" -> "whether" in v1.9.0-changelog.md Co-authored-by: Ayushmore1214 <194600182+Ayushmore1214@users.noreply.github.com>
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 free
to 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.
Clean up repository documentation and harden workflow security by adding explicit permission declarations.
Changes
Documentation (12 typos fixed across 10 files)
from[Material→from [Material(icons.md, customize-theme.md)prefered→preferred(2 release changelogs),neccessary→necessary(kubernetes installation),wether→whether(v1.9.0 changelog)the the→the,to to→to,signed-in in to→signed-in to,that that's→that it'sit's own→its own,you your→yourWorkflow Permissions (21 files)
Added explicit
permissions:declarations following least-privilege principle:contents: readfor verification,packages: writewhere needed for publishingpull-requests: write,actions: read/writeas requiredcontents: write+pull-requests: writefor automated commitsissues: write,pull-requests: write) for botsExample change:
Aligns with GitHub security best practices and OpenSSF Scorecard recommendations by eliminating implicit default permissions.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.