Skip to content

Commit 4ab02ca

Browse files
authored
Merge pull request github#11306 from github/repo-sync
repo sync
2 parents 4217b9f + 016b65b commit 4ab02ca

File tree

10 files changed

+60
-7
lines changed

10 files changed

+60
-7
lines changed

content/actions/learn-github-actions/creating-workflow-templates.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ topics:
2525

2626
## Creating a workflow template
2727

28-
Workflow templates can be created by users with write access to the organization's `.github` repository. The templates can then be used by organization members who have permission to create workflows. You can share workflow templates if your organization's repository is public or if the repository is private and on an Enterprise plan.
28+
Workflow templates can be created by users with write access to the organization's `.github` repository. The templates can then be used by organization members who have permission to create workflows.
29+
30+
{% ifversion fpt %}
31+
Your workflow templates can be used to create workflows in public repositories only. Organizations using {% data variables.product.prodname_ghe_cloud %} can also use workflow templates to create workflows in private repositories. For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/actions/learn-github-actions/creating-workflow-templates).
32+
{% endif %}
2933

3034
{% ifversion fpt or ghes > 3.3 or ghae-issue-4757 or ghec %}
3135
{% note %}

content/admin/configuration/configuring-your-enterprise/command-line-utilities.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,31 @@ A `top`-like interface for current Git operations.
624624
ghe-btop [ <port number> | --help | --usage ]
625625
```
626626

627+
#### ghe-governor
628+
629+
This utility helps to analyze Git traffic. It queries _Governor_ data files, located under `/data/user/gitmon`. {% data variables.product.company_short %} holds one hour of data per file, retained for two weeks. For more information, see [Analyzing Git traffic using Governor](https://github.saobby.my.eu.orgmunity/t/analyzing-git-traffic-using-governor/13516) in {% data variables.product.prodname_gcf %}.
630+
631+
```bash
632+
ghe-governor <subcommand> <column> [options]
633+
```
634+
635+
```
636+
ghe-governor -h
637+
Usage: ghe-governor [-h] <subcommand> args
638+
639+
OPTIONS:
640+
-h | --help Show this message.
641+
642+
Valid subcommands are:
643+
aggregate Find the top (n) groups of queries for a grouping function and metric
644+
health Summarize all recent activity on one or more servers
645+
top Find the top (n) queries for a given metric
646+
dump Dump individual operations
647+
test-quotas Check quota information
648+
649+
Try ghe-governor <subcommand> --help for more information on the arguments each subcommand takes.
650+
```
651+
627652
### ghe-repo
628653

629654
This utility allows you to change to a repository's directory and open an interactive shell as the `git` user. You can perform manual inspection or maintenance of a repository via commands like `git-*` or `git-nw-*`.

content/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ redirect_from:
2121
- /github/articles/verifying-your-enterprise-accounts-domain
2222
- /early-access/github/articles/verifying-your-enterprise-accounts-domain
2323
- /github/setting-up-and-managing-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise-account
24+
- /admin/policies/verifying-or-approving-a-domain-for-your-enterprise
2425
---
2526

2627
## About verification of domains

content/admin/policies/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ intro: 'You can set policies in {% data variables.product.product_name %} to red
44
redirect_from:
55
- /enterprise/admin/developer-workflow
66
- /enterprise/admin/policies
7+
- /github/setting-up-and-managing-your-enterprise/setting-policies-for-organizations-in-your-enterprise-account
78
versions:
89
ghec: '*'
910
ghes: '*'

content/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ After you purchase or upgrade a license for {% data variables.product.prodname_e
1818

1919
## Uploading your license to {% data variables.product.product_location_enterprise %}
2020

21+
{% warning %}
22+
23+
**Warning:** Updating your license causes a small amount of downtime for {% data variables.product.product_location %}.
24+
25+
{% endwarning %}
26+
2127
1. Sign into {% data variables.product.product_location_enterprise %} as a site administrator.
2228
{% data reusables.enterprise-accounts.access-enterprise %}
2329
{% data reusables.enterprise-accounts.settings-tab %}

content/organizations/managing-membership-in-your-organization/can-i-create-accounts-for-people-in-my-organization.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,16 @@ topics:
1414
shortTitle: Create accounts for people
1515
---
1616

17-
Because you access an organization by logging in to a personal account, each of your team members needs a personal account. Once you have user names for each person you'd like to add to your organization, you can add them to teams.
17+
## About user accounts
18+
19+
Because you access an organization by logging in to a user account, each of your team members needs to create their own user account. After you have usernames for each person you'd like to add to your organization, you can add the users to teams.
20+
21+
{% ifversion fpt or ghec %}
22+
If you need greater control over the user accounts of your organization members, consider {% data variables.product.prodname_emus %}. {% data reusables.enterprise-accounts.emu-short-summary %}
23+
{% endif %}
1824

1925
## Adding users to your organization
2026

21-
1. Provide each person instructions to [create a personal account](/articles/signing-up-for-a-new-github-account).
27+
1. Provide each person instructions to [create a user account](/articles/signing-up-for-a-new-github-account).
2228
2. Ask for the username of each person you want to give organization membership to.
2329
3. [Invite the new personal accounts to join](/articles/inviting-users-to-join-your-organization) your organization. Use [organization roles](/articles/permission-levels-for-an-organization) and [repository permissions](/articles/repository-permission-levels-for-an-organization) to limit the access of each account.

content/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ If your instance has subdomain isolation enabled:
6565
</repository>
6666
<repository>
6767
<id>github</id>
68-
<url>https://{% ifversion fpt or ghec %}maven.pkg.github.com{% else %}maven.HOSTNAME{% endif %}/OWNER/*</url>
68+
<url>https://{% ifversion fpt or ghec %}maven.pkg.github.com{% else %}maven.HOSTNAME{% endif %}/OWNER/REPOSITORY</url>
6969
<snapshots>
7070
<enabled>true</enabled>
7171
</snapshots>
@@ -107,7 +107,7 @@ If your instance has subdomain isolation disabled:
107107
</repository>
108108
<repository>
109109
<id>github</id>
110-
<url>HOSTNAME/_registry/maven/OWNER/*</url>
110+
<url>HOSTNAME/_registry/maven/OWNER/REPOSITORY</url>
111111
<snapshots>
112112
<enabled>true</enabled>
113113
</snapshots>

content/repositories/creating-and-managing-repositories/about-repositories.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,15 @@ People with admin permissions for a repository can change an existing repository
7171

7272
{% data reusables.repositories.about-internal-repos %} For more information on innersource, see {% data variables.product.prodname_dotcom %}'s whitepaper "[An introduction to innersource](https://resources.github.com/whitepapers/introduction-to-innersource/)."
7373

74-
People who are members of an organization within the enterprise have read permissions to internal repositories, but internal repositories are not visible to people {% ifversion fpt or ghec %}outside of the enterprise{% else %}who are not members of an organization{% endif %}, including outside collaborators on organization repositories. For more information, see {% ifversion fpt or ghae or ghec %}"[Roles in an enterprise](/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise#enterprise-members)" and {% endif %}"[Repository permission levels for an organization](/articles/repository-permission-levels-for-an-organization)."
74+
All enterprise members have read permissions to the internal repository, but internal repositories are not visible to people {% ifversion fpt or ghec %}outside of the enterprise{% else %}who are not members of any organization{% endif %}, including outside collaborators on organization repositories. For more information, see "[Roles in an enterprise](/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise#enterprise-members)" and "[Repository permission levels for an organization](/articles/repository-permission-levels-for-an-organization)."
75+
76+
{% ifversion ghes %}
77+
{% note %}
78+
79+
**Note:** A user must be part of an organization to be an enterprise member and have access to internal repositories. If a user on {% data variables.product.product_location %} is not a member of any organization, that user will not have access to internal repositories.
80+
81+
{% endnote %}
82+
{% endif %}
7583

7684
{% data reusables.repositories.internal-repo-default %}
7785

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% ifversion fpt or ghec %}
22
For more information, see "[Browsing security vulnerabilities in the {% data variables.product.prodname_advisory_database %}](/code-security/supply-chain-security/browsing-security-vulnerabilities-in-the-github-advisory-database)" and "[About {% data variables.product.prodname_security_advisories %}](/code-security/security-advisories/about-github-security-advisories)."
33
{% else %}
4-
For more information about advisory data, see "<a href="/github/managing-security-vulnerabilities/browsing-security-vulnerabilities-in-the-github-advisory-database" class="dotcom-only">Browsing security vulnerabilities in the {% data variables.product.prodname_advisory_database %}</a>."
4+
For more information about advisory data, see "[Browsing security vulnerabilities in the {% data variables.product.prodname_advisory_database %}](/free-pro-team@latest/code-security/supply-chain-security/browsing-security-vulnerabilities-in-the-github-advisory-database)" in the {% data variables.product.prodname_dotcom_the_website %} documentation.
55
{% endif %}

lib/redirects/static/redirect-exceptions.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@
103103
/enterprise-cloud@latest/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise
104104
- /billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise
105105

106+
/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise
107+
- /github/setting-up-and-managing-your-enterprise/setting-policies-for-organizations-in-your-enterprise-account
106108

107109
# These URLs went from being in free-pro-team to ONLY to being in enterprise-cloud only.
108110
# Shipped in pull #20947 on 10/15/21

0 commit comments

Comments
 (0)