Skip to content

Commit cdc91ff

Browse files
[Remove Quotes] removed quotes from yml files (#53655)
Co-authored-by: Joe Clark <[email protected]>
1 parent 9648a5e commit cdc91ff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+493
-493
lines changed

.github/workflows/comment-release-note-info.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
- If the change is urgent, post in `#docs-content-enterprise` on Slack.
3131
- Review the [style guide for release notes](https://docs.github.com/en/contributing/style-guide-and-content-model/style-guide#release-notes).
3232
- If you're updating or adding a note, add a datestamp in the format `[Updated: YYYY-MM-DD]`.
33-
- If you're removing a note, add an "[Errata](https://docs.github.com/en/contributing/style-guide-and-content-model/style-guide#errata)" section with details of the change.
33+
- If you're removing a note, add an [Errata](https://docs.github.com/en/contributing/style-guide-and-content-model/style-guide#errata) section with details of the change.

data/glossaries/external.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
description: A movable square within a project board associated with an issue or pull request.
8080
- term: check
8181
description: >-
82-
A check is a type of status check on {% data variables.product.product_name %}. See "[Status checks](#status-checks)."
82+
A check is a type of status check on {% data variables.product.product_name %}. See [Status checks](#status-checks).
8383
- term: checkout
8484
description: >-
8585
You can use `git checkout` on the command line to create a new branch, change your current working branch to a different branch, or even to switch to a different version of a file from a different branch with `git checkout [branchname] [path to file]`. The "checkout" action updates all or part of the working tree with a tree object or
@@ -95,7 +95,7 @@
9595
- term: clean
9696
description: >-
9797
A working tree is clean if it corresponds to the revision referenced by the
98-
current HEAD. Also see "[dirty](#dirty)."
98+
current HEAD. Also see [dirty](#dirty).
9999
- term: clone
100100
description: >-
101101
A clone is a copy of a repository that lives on your computer instead of on
@@ -156,8 +156,8 @@
156156
- term: contributions
157157
description: >-
158158
Specific activities on GitHub that will:
159-
- Add a square to a user's contribution graph: "[AUTOTITLE](/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/viewing-contributions-on-your-profile#what-counts-as-a-contribution)"
160-
- Add activities to a user's timeline on their profile: "[AUTOTITLE](/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/viewing-contributions-on-your-profile#contribution-activity)"
159+
- Add a square to a user's contribution graph: [AUTOTITLE](/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/viewing-contributions-on-your-profile#what-counts-as-a-contribution)
160+
- Add activities to a user's timeline on their profile: [AUTOTITLE](/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/viewing-contributions-on-your-profile#contribution-activity)
161161
- term: contributor
162162
description: >-
163163
A contributor is someone who does not have collaborator access to a repository but has contributed to a project and had a pull request they opened merged into the repository.
@@ -173,7 +173,7 @@
173173
description: Used in command lines or scripts to transfer data.
174174
- term: dashboard
175175
description: >-
176-
Your personal dashboard is the main hub of your activity on GitHub. From your personal dashboard, you can keep track of issues and pull requests you're following or working on, navigate to your top repositories and team pages, and learn about recent activity in repositories you're watching or participating in. You can also discover new repositories, which are recommended based on users you're following and repositories you have starred. To only view activity for a specific organization, visit your organization's dashboard. For more information, see "[AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/about-your-personal-dashboard)" or "[AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard)."
176+
Your personal dashboard is the main hub of your activity on GitHub. From your personal dashboard, you can keep track of issues and pull requests you're following or working on, navigate to your top repositories and team pages, and learn about recent activity in repositories you're watching or participating in. You can also discover new repositories, which are recommended based on users you're following and repositories you have starred. To only view activity for a specific organization, visit your organization's dashboard. For more information, see [AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/about-your-personal-dashboard) or [AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard).
177177
- term: default branch
178178
description: >-
179179
The base branch for new pull requests and code commits in a repository. Each repository has at least one branch, which Git creates when you initialize the repository. The first branch is usually called `main`, and is often the default branch.
@@ -337,7 +337,7 @@
337337
that they configure and control.
338338
- term: integration
339339
description: >-
340-
A third-party application that integrates with GitHub. These are often {% data variables.product.prodname_github_apps %}, {% data variables.product.prodname_actions %}, or custom actions. For more information, see "[AUTOTITLE](/get-started/exploring-integrations/about-building-integrations)."
340+
A third-party application that integrates with GitHub. These are often {% data variables.product.prodname_github_apps %}, {% data variables.product.prodname_actions %}, or custom actions. For more information, see [AUTOTITLE](/get-started/exploring-integrations/about-building-integrations).
341341
- term: issue
342342
description: >-
343343
Issues are suggested improvements, tasks or questions related to the
@@ -553,7 +553,7 @@
553553
Pull refers to when you are fetching in changes and merging them. For
554554
instance, if someone has edited the remote file you're both working on,
555555
you'll want to pull in those changes to your local copy so that it's up to
556-
date. See also "[fetch](#fetch)."
556+
date. See also [fetch](#fetch).
557557
- term: pull access
558558
description: A synonym for read access.
559559
- term: pull request
@@ -673,7 +673,7 @@
673673
days.
674674
- term: server-to-server request
675675
description: >-
676-
An API request used by an application that acts as a bot, independently of any particular user. For example, an application that runs on a scheduled basis and closes issues where there has been no activity for a long time. Applications that use this type of authentication don't use a licensed GitHub account so, in an enterprise with a billing plan that allows a certain number of licenses to be used, a server-to-server bot is not consuming one of your GitHub licenses. The token used in a server-to-server request is acquired programmatically, via the GitHub API. For more information, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app-installation)." See also, "[user-to-server request](#user-to-server-request)."
676+
An API request used by an application that acts as a bot, independently of any particular user. For example, an application that runs on a scheduled basis and closes issues where there has been no activity for a long time. Applications that use this type of authentication don't use a licensed GitHub account so, in an enterprise with a billing plan that allows a certain number of licenses to be used, a server-to-server bot is not consuming one of your GitHub licenses. The token used in a server-to-server request is acquired programmatically, via the GitHub API. For more information, see [AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app-installation). See also, [user-to-server request](#user-to-server-request).
677677
- term: service hook
678678
description: >-
679679
Also called "webhook." Webhooks provide a way for notifications to be
@@ -700,7 +700,7 @@
700700
conditions set for the repository you're contributing to.
701701
- term: status checks
702702
description: >-
703-
Status checks are external processes, such as continuous integration builds, which run for each commit you make in a repository. For more information, see "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks)."
703+
Status checks are external processes, such as continuous integration builds, which run for each commit you make in a repository. For more information, see [AUTOTITLE](/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks).
704704
- term: star
705705
description: >-
706706
A bookmark or display of appreciation for a repository. Stars are a manual
@@ -762,7 +762,7 @@
762762
description: A user's handle on GitHub.
763763
- term: user-to-server request
764764
description: >-
765-
An API request used by an application that performs a task on behalf of a particular user. Where a task is carried out with user-to-server authentication it's shown on GitHub as having been done by a user via an application. For example, you might choose to create an issue from within a third-party application, and the application would do this on your behalf on GitHub. The scope of tasks an application can perform using a user-to-server request is restricted by both the app's and the user's permissions and access. The token used in a user-to-server request is acquired via OAuth. For more information, see "[AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-with-a-github-app-on-behalf-of-a-user)." See also, "[server-to-server request](#server-to-server-request)."
765+
An API request used by an application that performs a task on behalf of a particular user. Where a task is carried out with user-to-server authentication it's shown on GitHub as having been done by a user via an application. For example, you might choose to create an issue from within a third-party application, and the application would do this on your behalf on GitHub. The scope of tasks an application can perform using a user-to-server request is restricted by both the app's and the user's permissions and access. The token used in a user-to-server request is acquired via OAuth. For more information, see [AUTOTITLE](/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-with-a-github-app-on-behalf-of-a-user). See also, [server-to-server request](#server-to-server-request).
766766
- term: visible team
767767
description: A team that can be viewed and @mentioned by every organization member.
768768
- term: watch

data/release-notes/PLACEHOLDER-TEMPLATE.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ intro: |
88
>
99
> If {% data variables.location.product_location %} is running an RC, you cannot upgrade to the general availability (GA) release. You also cannot upgrade with a hotpatch.
1010
11-
For upgrade instructions, see "[AUTOTITLE](/admin/upgrading-your-instance/preparing-to-upgrade/overview-of-the-upgrade-process)."
11+
For upgrade instructions, see [AUTOTITLE](/admin/upgrading-your-instance/preparing-to-upgrade/overview-of-the-upgrade-process).
1212
sections:
1313
# Remove section heading if the section contains no notes.
1414

0 commit comments

Comments
 (0)