Fix formatting in dependabot docs#41513
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.
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.
| # 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.
The trailing space is inherited from the commit-message.prefix setting, so I think it should be kept as is.
There was a problem hiding this comment.
My bad, thanks for clarifying!
|
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out our help wanted issues ⚡ |
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: