-
Notifications
You must be signed in to change notification settings - Fork 64.7k
Fix formatting in dependabot docs #41513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR fixes a formatting issue in the Dependabot documentation by adding a missing opening quotation mark to properly display a string value in a code comment.
Key Changes
- Added opening quotation mark to the comment on line 166 to properly show the complete prefix string
"[docker] "including the trailing whitespace
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@muzimuzhi Thanks for the fix! We're on a deploy freeze for US Thanksgiving since so many people are on vacation, but I've marked this for next week so I'll know it's good to go. 👍 |
| interval: "weekly" | ||
| commit-message: | ||
| # Prefix all commit messages with [docker] " (no colon, but a trailing whitespace) | ||
| # Prefix all commit messages with "[docker] " (no colon, but a trailing whitespace) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| # Prefix all commit messages with "[docker] " (no colon, but a trailing whitespace) | |
| # Prefix all commit messages with "[docker]" (no colon, but a trailing whitespace) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The trailing space is inherited from the commit-message.prefix setting, so I think it should be kept as is.
docs/content/code-security/dependabot/dependabot-version-updates/customizing-dependabot-prs.md
Lines 165 to 167 in a0dc1f7
| commit-message: | |
| # Prefix all commit messages with [docker] " (no colon, but a trailing whitespace) | |
| prefix: "[docker] " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad, thanks for clarifying!
Why:
Closes: #41512
What's being changed (if available, include any code snippets, screenshots, or gifs):
Added a missing quotation mark.
Check off the following: