Skip to content

Commit 57d197a

Browse files
authored
Merge pull request #57101 from github/repo-sync
Repo sync
2 parents aa6156b + 6a58ba0 commit 57d197a

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

content/actions/concepts/security/openid-connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ redirect_from:
2020

2121
However, using hardcoded secrets requires you to create credentials in the cloud provider and then duplicate them in {% data variables.product.prodname_dotcom %} as a secret.
2222

23-
After you have established a trust connection with a cloud provider that supports OIDC, you can you can configure your workflow to request a short-lived access token directly from the cloud provider.
23+
After you have established a trust connection with a cloud provider that supports OIDC, you can configure your workflow to request a short-lived access token directly from the cloud provider.
2424

2525
## Benefits of using OIDC
2626

content/education/about-github-education/use-github-at-your-educational-institution/applying-to-be-a-github-campus-expert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ redirect_from:
1010

1111
## Applying to the {% data variables.product.prodname_student_leader_program %} program
1212

13-
To apply to the {% data variables.product.prodname_student_leader_program %} program, you must first submit an application form, then submit a video resume. Applications to the program open in February and August, and you’ll have a full month to apply.
13+
To apply to the {% data variables.product.prodname_student_leader_program %} program, you must first submit an application form, then submit a video resume. Applications to the program open every July, and you’ll have a full month to apply.
1414

1515
> [!NOTE]
1616
> The application process helps us get to know the applicant. Here are some things we want to learn about you:

content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: About READMEs
2+
title: About the repository README file
3+
shortTitle: About READMEs
34
intro: 'You can add a README file to your repository to tell other people why your project is useful, what they can do with your project, and how they can use it.'
45
redirect_from:
56
- /articles/section-links-on-readmes-and-blob-pages
@@ -35,25 +36,25 @@ When your README is viewed on GitHub, any content beyond 500 KiB will be truncat
3536

3637
{% data reusables.profile.profile-readme %}
3738

38-
## Auto-generated table of contents for README files
39+
## Auto-generated table of contents for markdown files
3940

4041
For the rendered view of any Markdown file in a repository, including README files, {% data variables.product.github %} will automatically generate a table of contents based on section headings. You can view the table of contents for a README file by clicking the {% octicon "list-unordered" aria-label="Table of Contents" %} menu icon at the top left of the rendered page.
4142

4243
![Screenshot of the README for a repository. In the upper-left corner, the "Table of contents" dropdown menu (list icon) is expanded.](/assets/images/help/repository/readme-automatic-toc.png)
4344

44-
## Section links in README files and blob pages
45+
## Section links in markdown files and blob pages
4546

4647
{% data reusables.repositories.section-links %}
4748

4849
For more detailed information about section links, see [Section links](/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#section-links).
4950

50-
## Relative links and image paths in README files
51+
## Relative links and image paths in markdown files
5152

5253
{% data reusables.repositories.relative-links %}
5354

5455
## Wikis
5556

56-
A README should contain only the necessary information for developers to get started using and contributing to your project. Longer documentation is best suited for wikis. For more information, see [AUTOTITLE](/communities/documenting-your-project-with-wikis/about-wikis).
57+
A README should only contain information necessary for developers to get started using and contributing to your project. Longer documentation is best suited for wikis. For more information, see [AUTOTITLE](/communities/documenting-your-project-with-wikis/about-wikis).
5758

5859
## Further reading
5960

content/support/contacting-github-support/creating-a-support-ticket.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ topics:
2323
- Support
2424
---
2525

26-
## About support tickets
26+
## About support tickets
2727

2828
{% ifversion fpt %}
2929
{% data reusables.support.free-and-paid-support %}
@@ -83,6 +83,10 @@ Especially for tickets with {% data variables.product.support_ticket_priority_ur
8383
1. Navigate to the {% data variables.contact.contact_landing_page_portal %} and choose one of the following options:
8484

8585
* To sign in with your {% data variables.product.github %} account, click **Sign in with {% data variables.product.github %}**.
86+
* If your organization uses {% data variables.enterprise.data_residency_short %} or {% data variables.enterprise.prodname_managed_users %} (accounts ending in `.ghe`):
87+
1. In the sign-in dialog, click **Sign in to your .ghe account**.
88+
1. Enter your enterprise or tenant name (provided by your administrator) and continue.
89+
1. Complete the SAML authentication process as prompted. This will sign you in to your .ghe enterprise-managed account.
8690
* To sign up for {% data variables.product.github %}, click **Sign up for {% data variables.product.github %}**.
8791
* If you can't sign in or sign up, click **Can't sign in?** and fill out the form. You will be guided through an email verification process.{% ifversion ghec or ghes %} You will need to upload your {% data variables.product.prodname_enterprise %} license. For more information, see [AUTOTITLE](/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise).{% endif %}
8892

0 commit comments

Comments
 (0)