Skip to content

Commit a2905c4

Browse files
authored
Merge pull request #17063 from github/repo-sync
repo sync
2 parents a9a9778 + d7fac32 commit a2905c4

File tree

564 files changed

+10534
-2664
lines changed

Some content is hidden

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

564 files changed

+10534
-2664
lines changed

.github/workflows/azure-preview-env-deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
IS_INTERNAL_BUILD: ${{ github.repository == 'github/docs-internal' }}
6060
# This may also run in forked repositories, not just 'github/docs'
6161
IS_PUBLIC_BUILD: ${{ github.repository != 'github/docs-internal' }}
62+
NONPROD_REGISTRY_USERNAME: ${{ fromJSON('["ghdocs", "ghdocsinternal"]')[github.repository == 'github/docs-internal'] }}
6263

6364
steps:
6465
- name: 'Az CLI login'
@@ -70,7 +71,7 @@ jobs:
7071
uses: azure/docker-login@81744f9799e7eaa418697cb168452a2882ae844a
7172
with:
7273
login-server: ${{ secrets.NONPROD_REGISTRY_SERVER }}
73-
username: ${{ secrets.NONPROD_REGISTRY_USERNAME }}
74+
username: ${{ env.NONPROD_REGISTRY_USERNAME }}
7475
password: ${{ secrets.NONPROD_REGISTRY_PASSWORD }}
7576

7677
- name: Set up Docker Buildx
@@ -205,7 +206,7 @@ jobs:
205206
parameters: appName="${{ env.APP_NAME }}"
206207
containerImage="${{ env.DOCKER_IMAGE }}"
207208
dockerRegistryUrl="${{ secrets.NONPROD_REGISTRY_SERVER }}"
208-
dockerRegistryUsername="${{ secrets.NONPROD_REGISTRY_USERNAME }}"
209+
dockerRegistryUsername="${{ env.NONPROD_REGISTRY_USERNAME }}"
209210
dockerRegistryPassword="${{ secrets.NONPROD_REGISTRY_PASSWORD }}"
210211
# this shows warnings in the github actions console, because the flag is passed through a validation run,
211212
# but it *is* functional during the actual execution

.github/workflows/main-preview-docker-cache.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
env:
2727
ENABLE_EARLY_ACCESS: ${{ github.repository == 'github/docs-internal' }}
2828
DOCKER_IMAGE_CACHE_REF: ${{ secrets.NONPROD_REGISTRY_SERVER }}/${{ github.repository }}:main-preview
29+
NONPROD_REGISTRY_USERNAME: ${{ fromJSON('["ghdocs", "ghdocsinternal"]')[github.repository == 'github/docs-internal'] }}
2930

3031
steps:
3132
- name: 'Az CLI login'
@@ -37,7 +38,7 @@ jobs:
3738
uses: azure/docker-login@81744f9799e7eaa418697cb168452a2882ae844a
3839
with:
3940
login-server: ${{ secrets.NONPROD_REGISTRY_SERVER }}
40-
username: ${{ secrets.NONPROD_REGISTRY_USERNAME }}
41+
username: ${{ env.NONPROD_REGISTRY_USERNAME }}
4142
password: ${{ secrets.NONPROD_REGISTRY_PASSWORD }}
4243

4344
- name: Set up Docker Buildx
Loading
Loading
Loading

content/account-and-profile/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Your account and profile on GitHub
33
shortTitle: Account and profile
4-
intro: 'Make {% data variables.product.product_name %} work best for you by adjusting the settings for your user account, personalizing your profile page, and managing the notifications you receive for activity on {% data variables.product.prodname_dotcom %}.'
4+
intro: 'Make {% data variables.product.product_name %} work best for you by adjusting the settings for your personal account, personalizing your profile page, and managing the notifications you receive for activity on {% data variables.product.prodname_dotcom %}.'
55
introLinks:
66
quickstart: /get-started/onboarding/getting-started-with-your-github-account
77
featuredLinks:

content/account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In general, you are automatically subscribed to conversations by default when yo
4444
- Changed the state of a thread, such as by closing an issue or merging a pull request.
4545
- Had a team you're a member of @mentioned.
4646

47-
By default, you also automatically watch all repositories that you create and are owned by your user account.
47+
By default, you also automatically watch all repositories that you create and are owned by your personal account.
4848

4949
To unsubscribe from conversations you're automatically subscribed to, you can change your notification settings or directly unsubscribe or unwatch activity on {% data variables.product.product_location %}. For more information, see "[Managing your subscriptions](/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions)."
5050

content/account-and-profile/setting-up-and-managing-your-github-user-account/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Setting up and managing your GitHub user account
3-
intro: 'You can manage settings in your GitHub user account including email preferences, collaborator access for personal repositories, and organization memberships.'
4-
shortTitle: User accounts
3+
intro: 'You can manage settings in your GitHub personal account including email preferences, collaborator access for personal repositories, and organization memberships.'
4+
shortTitle: Personal accounts
55
redirect_from:
66
- /categories/setting-up-and-managing-your-github-user-account
77
- /github/setting-up-and-managing-your-github-user-account

content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If you're a member of an {% data variables.product.prodname_emu_enterprise %}, y
6060

6161
## Further reading
6262

63-
- "[Permission levels for a user account repository](/articles/permission-levels-for-a-user-account-repository/#collaborator-access-for-a-repository-owned-by-a-user-account)"
63+
- "[Permission levels for a personal account repository](/articles/permission-levels-for-a-user-account-repository/#collaborator-access-for-a-repository-owned-by-a-personal-account)"
6464
- "[Removing a collaborator from a personal repository](/articles/removing-a-collaborator-from-a-personal-repository)"
6565
- "[Removing yourself from a collaborator's repository](/articles/removing-yourself-from-a-collaborator-s-repository)"
6666
- "[Organizing members into teams](/organizations/organizing-members-into-teams)"

content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/changing-your-primary-email-address.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Changing your primary email address
3-
intro: You can change the email address associated with your user account at any time.
3+
intro: You can change the email address associated with your personal account at any time.
44
redirect_from:
55
- /articles/changing-your-primary-email-address
66
- /github/setting-up-and-managing-your-github-user-account/changing-your-primary-email-address

0 commit comments

Comments
 (0)