Skip to content

Commit 62372d0

Browse files
authored
Merge pull request #40422 from github/repo-sync
Repo sync
2 parents 1d00ed3 + 0c84db7 commit 62372d0

File tree

19 files changed

+255
-151
lines changed

19 files changed

+255
-151
lines changed

content/account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Managing user account settings
3-
intro: 'You can manage settings for your personal account, including your theme, username, default branch, accessibility, and security settings.'
3+
intro: You can manage settings for your personal account, including your theme, username, default branch, accessibility, and security settings.
44
redirect_from:
55
- /categories/29/articles
66
- /categories/user-accounts
@@ -16,13 +16,13 @@ versions:
1616
topics:
1717
- Accounts
1818
children:
19+
- /managing-security-and-analysis-features
1920
- /managing-your-tab-size-rendering-preference
2021
- /permission-levels-for-a-project-board-owned-by-a-personal-account
2122
- /managing-accessibility-settings
22-
- /managing-the-default-branch-name-for-your-repositories
2323
- /managing-access-to-your-personal-accounts-project-boards
2424
- /integrating-jira-with-your-personal-projects
25-
- /about-available-for-hire
25+
- /set-your-hiring-status
2626
shortTitle: Personal account settings
2727
---
2828

content/account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-accessibility-settings.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,7 @@ redirect_from:
1313
type: how_to
1414
---
1515

16-
## About accessibility settings
17-
18-
To create an experience on {% data variables.product.github %} that fits your needs, you can customize the user interface. Accessibility settings can be essential for people with disabilities, but can be useful to anyone. For example, customization of keyboard shortcuts is essential to people who navigate using voice control, but can be useful to anyone when a keyboard shortcut for {% data variables.product.github %} clashes with another application shortcut.
19-
20-
You can decide whether you want to use some or all keyboard shortcuts, and control the display of animated images and how links are displayed.
21-
22-
This article will help you customize your experience on the {% data variables.product.github %} website as a whole. For information on using specific {% data variables.product.github %} products with screen readers and other assistive technologies, see the [{% data variables.product.github %} Accessibility Documentation](https://accessibility.github.com/documentation).
16+
> [!NOTE] This article will help you customize your experience on the {% data variables.product.github %} website as a whole. For information on using specific {% data variables.product.github %} products with screen readers and other assistive technologies, see the [{% data variables.product.github %} Accessibility Documentation](https://accessibility.github.com/documentation).
2317
2418
## Managing the appearance of links
2519

@@ -35,8 +29,6 @@ You can control whether links in text blocks are underlined and therefore more d
3529

3630
## Managing keyboard shortcuts
3731

38-
You can perform actions across the {% data variables.product.github %} website by using your keyboard alone. Keyboard shortcuts can be useful to save time, but can be activated accidentally or interfere with assistive technology.
39-
4032
By default, all keyboard shortcuts are enabled. For more information, see [AUTOTITLE](/get-started/accessibility/keyboard-shortcuts).
4133

4234
{% data reusables.user-settings.access_settings %}
@@ -65,7 +57,6 @@ By default, {% data variables.product.github %} syncs with your system-level pre
6557

6658
You can customize contrast levels to improve visibility and meet accessibility needs.
6759

68-
* If you're **not signed in**, click {% octicon "sliders" aria-hidden="true" aria-label="sliders" %} on the right in the top navigation bar to access the contrast settings.
69-
* If you're **signed in**, click **{% octicon "paintbrush" aria-hidden="true" aria-label="paintbrush" %} Appearance** in the left sidebar of your user settings. Under "Contrast", you can access the contrast settings.
70-
71-
You can toggle the switch for "Increase contrast" to enable or disable high contrast mode. You can also choose between light and dark mode, or both, based on your system settings.
60+
1. If you're **not signed in**, click {% octicon "sliders" aria-hidden="true" aria-label="sliders" %} on the right in the top navigation bar to access the contrast settings.
61+
1. If you're **signed in**, click **{% octicon "paintbrush" aria-hidden="true" aria-label="paintbrush" %} Appearance** in the left sidebar of your user settings.
62+
1. Under "Contrast", toggle the "Increase contrast" switch.
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Managing security and analysis settings for your personal account
3-
intro: 'You can control features that secure and analyze the code in your projects on {% data variables.product.prodname_dotcom %}.'
2+
title: Managing security and analysis features
3+
intro: You can control features that secure and analyze the code in your projects on {% data variables.product.prodname_dotcom %}.
44
versions:
55
fpt: '*'
66
ghec: '*'
@@ -13,21 +13,12 @@ redirect_from:
1313
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account
1414
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-security-and-analysis-settings-for-your-personal-account
1515
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-security-and-analysis-settings-for-your-personal-account
16-
shortTitle: Manage security & analysis
16+
- /account-and-profile/tutorials/managing-security-and-analysis-settings-for-your-personal-account
17+
shortTitle: Security & analysis
18+
contentType: how-tos
1719
---
18-
## About management of security and analysis settings
1920

20-
{% data variables.product.prodname_dotcom %} can help secure your repositories. This topic tells you how you can manage the security and analysis features for all your existing or new repositories.
21-
22-
You can still manage the security and analysis features for individual repositories. For more information, see [AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository).
23-
24-
You can also review the security log for all activity on your personal account. For more information, see [AUTOTITLE](/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log).
25-
26-
{% data reusables.security.some-security-and-analysis-features-are-enabled-by-default %}
27-
28-
{% data reusables.security.security-and-analysis-features-enable-read-only %}
29-
30-
For an overview of repository-level security, see [AUTOTITLE](/code-security/getting-started/securing-your-repository).
21+
> [!NOTE] This topic tells you how you can manage the security and analysis features for all your existing or new repositories. For information on managing these settings for individual repositories, see [AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository).
3122
3223
## Enabling or disabling features for existing repositories
3324

@@ -40,16 +31,12 @@ For an overview of repository-level security, see [AUTOTITLE](/code-security/get
4031

4132
1. Click **Disable FEATURE** or **Enable FEATURE** to disable or enable the feature for all the repositories you own.
4233

43-
{% data reusables.security.displayed-information %}
44-
4534
## Enabling or disabling features for new repositories
4635

4736
{% data reusables.user-settings.access_settings %}
4837
{% data reusables.user-settings.security-analysis %}
4938
1. Under "{% data variables.product.UI_advanced_security %}", to the right of the feature, enable or disable the feature by default for new repositories that you own.
5039

51-
## Further reading
40+
## Next steps
5241

53-
* [AUTOTITLE](/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph)
54-
* [AUTOTITLE](/code-security/dependabot/dependabot-alerts/about-dependabot-alerts)
55-
* [AUTOTITLE](/code-security/dependabot/dependabot-version-updates)
42+
* For reference information, see [AUTOTITLE](/account-and-profile/reference/personal-account-reference#security-and-analysis-features-settings)
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: About 'Available for hire'
3-
intro: 'When you select **Available for hire**, you indicate that you''re open to job opportunities.'
2+
title: Set your hiring status
3+
intro: When you select **Available for hire**, you indicate that you're open to job opportunities.
44
redirect_from:
55
- /articles/what-does-the-available-for-hire-checkbox-do
66
- /github/setting-up-and-managing-your-github-user-account/what-does-the-available-for-hire-checkbox-do
@@ -9,16 +9,20 @@ redirect_from:
99
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/what-does-the-available-for-hire-checkbox-do
1010
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/what-does-the-available-for-hire-checkbox-do
1111
- /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/about-available-for-hire
12+
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/about-available-for-hire
1213
versions:
1314
fpt: '*'
1415
ghec: '*'
1516
topics:
1617
- Accounts
17-
shortTitle: Available for hire
18+
shortTitle: Set your hiring status
19+
contentType: how-tos
1820
---
1921

20-
When you select **Available for hire** and someone uses the REST API to get public and private information about authenticated users, the `hireable` field returns `true`. For more information, see [AUTOTITLE](/rest/users/users) in the REST API documentation.
21-
2222
{% data reusables.user-settings.access_settings %}
2323

2424
1. Under Jobs Profile, select **Available for hire**, then click **Save jobs profile**.
25+
26+
## Next steps
27+
28+
For reference information, see [AUTOTITLE](/account-and-profile/reference/personal-account-reference#available-for-hire).

content/account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/changing-your-username.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ topics:
99
- Accounts
1010
- Usernames
1111
shortTitle: Change username
12-
permissions: '{% ifversion ghec %}Users with personal accounts can change their username. Members of an {% data variables.enterprise.prodname_emu_enterprise %} cannot change their username.{% elsif ghes %}If your instance uses built-in authentication, you can change your username. If you sign in to {% data variables.location.product_location %} with LDAP credentials or single sign-on (SSO), only your local administrator can change your username.{% else %}Users with personal accounts can change their username.{% endif %}'
12+
permissions: '{% ifversion ghec %}Users with personal accounts can change their username. Members of an {% data variables.enterprise.prodname_emu_enterprise %} cannot change their username.{% elsif ghes %}If your instance uses built-in authentication or LDAP, you can change your username. If you sign in to {% data variables.location.product_location %} with single sign-on (SSO), only your local administrator can change your username.{% else %}Users with personal accounts can change their username.{% endif %}'
1313
---
1414

1515
## Prerequisites

content/account-and-profile/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ featuredLinks:
1515
guideCards:
1616
- /account-and-profile/how-tos/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/troubleshooting-missing-contributions
1717
- /account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address
18-
- '{% ifversion ghes %}/account-and-profile/how-tos/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories{% endif %}'
1918
changelog:
2019
label: profiles, github-themes
2120
versions:

content/account-and-profile/reference/personal-account-reference.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,15 @@ versions:
4747
* Any commits authored with a {% data variables.product.company_short %}-provided `noreply` email address cannot be transferred from one account to another. If the account you want to delete used the **Keep my email address private** option, it won't be possible to transfer the commits authored by the account you are deleting to the account you want to keep.
4848
* Issues, pull requests, and discussions will not be attributed to the new account.
4949
* Achievements are not able to be transferred between accounts.
50+
51+
## Security and analysis features settings
52+
53+
{% data reusables.security.some-security-and-analysis-features-are-enabled-by-default %}
54+
55+
{% data reusables.security.security-and-analysis-features-enable-read-only %}
56+
57+
{% data reusables.security.displayed-information %}
58+
59+
## Available for hire
60+
61+
When you select that you are **Available for hire** and someone uses the REST API to get public and private information about authenticated users, the `hireable` field returns `true`. For more information, see [AUTOTITLE](/rest/users/users) in the REST API documentation.

content/account-and-profile/tutorials/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ topics:
1010
- Accounts
1111
- Profiles
1212
children:
13-
- /managing-security-and-analysis-settings-for-your-personal-account
1413
- /personalize-your-profile
1514
- /managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages
1615
- /using-your-github-profile-to-enhance-your-resume

content/actions/concepts/workflows-and-actions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ children:
1010
- /variables
1111
- /contexts
1212
- /expressions
13-
- /reusable-workflows
13+
- /reusing-workflow-configurations
1414
- /custom-actions
1515
- /deployment-environments
1616
- /concurrency

content/actions/concepts/workflows-and-actions/reusable-workflows.md renamed to content/actions/concepts/workflows-and-actions/reusing-workflow-configurations.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: Reusable workflows
3-
intro: Learn how to avoid duplication when creating a workflow by reusing existing workflows.
2+
title: Reusing workflow configurations
3+
intro: Learn how to avoid duplication when creating a workflow.
4+
shortTitle: Reusing workflow configurations
45
versions:
56
fpt: '*'
67
ghec: '*'
@@ -9,9 +10,10 @@ redirect_from:
910
- /actions/using-workflows/avoiding-duplication
1011
- /actions/sharing-automations/avoiding-duplication
1112
- /actions/concepts/workflows-and-actions/avoiding-duplication
13+
- /actions/concepts/workflows-and-actions/reusable-workflows
1214
---
1315

14-
## About reusable workflows
16+
## Reusable workflows
1517

1618
Rather than copying and pasting from one workflow to another, you can make workflows reusable. You and anyone with access to the reusable workflow can then call the reusable workflow from another workflow.
1719

@@ -33,7 +35,7 @@ If you reuse a workflow from a different repository, any actions in the called w
3335

3436
You can view the reused workflows referenced in your {% data variables.product.prodname_actions %} workflows as dependencies in the dependency graph of the repository containing your workflows. For more information, see “[About the dependency graph](/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph).”
3537

36-
## Reusable workflows versus composite actions
38+
### Reusable workflows versus composite actions
3739

3840
Reusable workflows and composite actions both help you avoid duplicating workflow content. Whereas reusable workflows allow you to reuse an entire workflow, with multiple jobs and steps, composite actions combine multiple steps that you can then run within a job step, just like any other action.
3941

@@ -57,7 +59,7 @@ Let's compare some aspects of each solution:
5759
| Can connect a maximum of four levels of workflows | Can be nested to have up to 10 composite actions in one workflow |
5860
| Can use secrets | Cannot use secrets |
5961

60-
## Reusable workflows and workflow templates
62+
## Workflow templates
6163

6264
Workflow templates allow everyone in your organization who has permission to create workflows to do so more quickly and easily. When people create a new workflow, they can choose a workflow template and some or all of the work of writing the workflow will be done for them. Within a workflow template, you can also reference reusable workflows to make it easy for people to benefit from reusing centrally managed workflow code.
6365

@@ -71,6 +73,16 @@ If you use a commit SHA when referencing the reusable workflow, you can ensure t
7173

7274
For more information, see [AUTOTITLE](/actions/using-workflows/creating-starter-workflows-for-your-organization).
7375

76+
{% ifversion fpt or ghec %}
77+
78+
## YAML anchors and aliases
79+
80+
You can use YAML anchors and aliases to reduce repetition in your workflows. An anchor (marked with `&`) identifies a piece of content that you want to reuse, while an alias (marked with `*`) repeats that content in another location. Think of an anchor as creating a named template and an alias as using that template. This is particularly useful when you have jobs or steps that share common configurations.
81+
82+
For reference information and examples, see [AUTOTITLE](/actions/reference/workflows-and-actions/reusing-workflow-configurations#yaml-anchors-and-aliases).
83+
84+
{% endif %}
85+
7486
## Next steps
7587

7688
To start reusing your workflows, see [AUTOTITLE](/actions/how-tos/sharing-automations/reuse-workflows).

0 commit comments

Comments
 (0)