Skip to content

Commit 5e72aa1

Browse files
authored
Merge branch 'main' into flatten-skip-duplicate-jobs
2 parents d9d1736 + 5cf26cc commit 5e72aa1

15 files changed

Lines changed: 99 additions & 23 deletions

content/admin/enterprise-support/about-github-enterprise-support.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,16 @@ In addition to all of the benefits of {% data variables.contact.enterprise_suppo
2828
- Written support through our support portal 24 hours per day, 7 days per week
2929
- Phone support 24 hours per day, 7 days per week
3030
- A{% if currentVersion == "github-ae@latest" %}n enhanced{% endif %} Service Level Agreement (SLA) {% if enterpriseServerVersions contains currentVersion %}with guaranteed initial response times{% endif %}
31-
- Access to premium content{% if enterpriseServerVersions contains currentVersion %}
32-
- Scheduled health checks{% endif %}
33-
- Managed services
31+
{% if currentVersion == "github-ae@latest" %}
32+
- An assigned Technical Service Account Manager
33+
- Quarterly support reviews
34+
- Managed Admin services
35+
{% else if enterpriseServerVersions contains currentVersion %}
36+
- Technical account managers
37+
- Access to premium content
38+
- Scheduled health checks
39+
- Managed Admin hours
40+
{% endif %}
3441

3542
{% data reusables.support.government-response-times-may-vary %}
3643

content/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ versions:
1212

1313
### About {% data variables.product.prodname_actions %} permissions for your enterprise
1414

15-
When you enable {% data variables.product.prodname_actions %} on {% data variables.product.prodname_ghe_server %}, it is enabled for all organizations in your enterprise. You can choose to disable {% data variables.product.prodname_actions %} for all organizations in your enterprise, or only allow specific organizations. You can also limit the use of public actions, so that people can only use local actions that exist in an organization.
15+
When you enable {% data variables.product.prodname_actions %} on {% data variables.product.prodname_ghe_server %}, it is enabled for all organizations in your enterprise. You can choose to disable {% data variables.product.prodname_actions %} for all organizations in your enterprise, or only allow specific organizations. You can also limit the use of public actions, so that people can only use local actions that exist in your enterprise.
1616

1717
### Managing {% data variables.product.prodname_actions %} permissions for your enterprise
1818

content/github/administering-a-repository/configuration-options-for-dependency-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ versions:
1212

1313
The {% data variables.product.prodname_dependabot %} configuration file, *dependabot.yml*, uses YAML syntax. If you're new to YAML and want to learn more, see "[Learn YAML in five minutes](https://www.codeproject.com/Articles/1214409/Learn-YAML-in-five-minutes)."
1414

15-
You must store this file in the `.github` directory of your repository. When you add or update the *dependabot.yml* file, this triggers an immediate check for version updates. Any options that also affect security updates are used the next time a security alert triggers a pull request with for security update. For more information, see "[Enabling and disabling version updates](/github/administering-a-repository/enabling-and-disabling-version-updates)" and "[Configuring {% data variables.product.prodname_dependabot_security_updates %}](/github/managing-security-vulnerabilities/configuring-dependabot-security-updates)."
15+
You must store this file in the `.github` directory of your repository. When you add or update the *dependabot.yml* file, this triggers an immediate check for version updates. Any options that also affect security updates are used the next time a security alert triggers a pull request for a security update. For more information, see "[Enabling and disabling version updates](/github/administering-a-repository/enabling-and-disabling-version-updates)" and "[Configuring {% data variables.product.prodname_dependabot_security_updates %}](/github/managing-security-vulnerabilities/configuring-dependabot-security-updates)."
1616

1717
### Configuration options for *dependabot.yml*
1818

content/github/administering-a-repository/disabling-or-limiting-github-actions-for-a-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You can disable all workflows for a repository or set a policy that configures w
6565
{% data reusables.repositories.navigate-to-repo %}
6666
{% data reusables.repositories.sidebar-settings %}
6767
{% data reusables.repositories.settings-sidebar-actions %}
68-
1. Under **Actions permissions**, select **Allow specific actions** and add your required actions to the list.
68+
1. Under **Actions permissions**, select **Allow select actions** and add your required actions to the list.
6969
![Add actions to allow list](/assets/images/help/repository/actions-policy-allow-list.png)
7070
2. Click **Save**.
7171
{% endif %}

content/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ You can disable all workflows for an organization or set a policy that configure
6161
{% data reusables.profile.access_org %}
6262
{% data reusables.organizations.org_settings %}
6363
{% data reusables.organizations.settings-sidebar-actions %}
64-
1. Under **Policies**, select **Allow specific actions** and add your required actions to the list.
64+
1. Under **Policies**, select **Allow select actions** and add your required actions to the list.
6565
![Add actions to allow list](/assets/images/help/organizations/actions-policy-allow-list.png)
6666
1. Click **Save**.
6767

content/github/setting-up-and-managing-your-enterprise/enforcing-github-actions-policies-in-your-enterprise-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can disable all workflows for an enterprise or set a policy that configures
3434
{% data reusables.enterprise-accounts.access-enterprise %}
3535
{% data reusables.enterprise-accounts.policies-tab %}
3636
{% data reusables.enterprise-accounts.actions-tab %}
37-
1. Under **Policies**, select **Allow specific actions** and add your required actions to the list.
37+
1. Under **Policies**, select **Allow select actions** and add your required actions to the list.
3838
![Add actions to allow list](/assets/images/help/organizations/enterprise-actions-policy-allow-list.png)
3939

4040
### Enabling workflows for private repository forks

content/rest/reference/actions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The Artifacts API allows you to download, delete, and retrieve information about
2424
{% if operation.subcategory == 'artifacts' %}{% include rest_operation %}{% endif %}
2525
{% endfor %}
2626

27+
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
2728
## Permissions
2829

2930
The Permissions API allows you to set permissions for what organizations and repositories are allowed to run {% data variables.product.prodname_actions %}, and what actions are allowed to run. For more information, see "[Usage limits, billing, and administration](/actions/reference/usage-limits-billing-and-administration#disabling-or-limiting-github-actions-for-your-repository-or-organization)."
@@ -33,6 +34,7 @@ You can also set permissions for an enterprise. For more information, see the "[
3334
{% for operation in currentRestOperations %}
3435
{% if operation.subcategory == 'permissions' %}{% include rest_operation %}{% endif %}
3536
{% endfor %}
37+
{% endif %}
3638

3739
## Secrets
3840

data/glossaries/external.yml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
- term: branch
6161
description: >-
6262
A branch is a parallel version of a repository. It is contained within the
63-
repository, but does not affect the primary or master branch allowing you to
63+
repository, but does not affect the primary or main branch allowing you to
6464
work freely without disrupting the "live" version. When you've made the
65-
changes you want to make, you can merge your branch back into the master
65+
changes you want to make, you can merge your branch back into the main
6666
branch to publish your changes.
6767
- term: branch restriction
6868
description: >-
@@ -141,8 +141,9 @@
141141
Short, descriptive text that accompanys a commit and communicates the change
142142
the commit is introducing.
143143
- term: compare branch
144-
description: The branch you use to create a pull request.
145-
This branch is compared to the base branch you choose for the pull request, and the changes are identified.
144+
description: >-
145+
The branch you use to create a pull request.
146+
This branch is compared to the base branch you choose for the pull request, and the changes are identified.
146147
When the pull request is merged, the base branch is updated with the changes from the compare branch.
147148
Also known as the "head branch" of the pull request.
148149
- term: continuous integration
@@ -395,12 +396,18 @@
395396
Markdown and uses a particular form of Markdown called GitHub Flavored Markdown. See [GitHub Flavored Markdown Spec](https://github.github.com/gfm/) or [Getting started with writing and formatting on GitHub](/articles/getting-started-with-writing-and-formatting-on-github).
396397
- term: Markup
397398
description: A system for annotating and formatting a document.
398-
- term: master
399+
- term: main
399400
description: >-
400401
The default development branch. Whenever you create a Git repository, a
401-
branch named "master" is created, and becomes the active branch. In most
402+
branch named "main" is created, and becomes the active branch. In most
402403
cases, this contains the local development, though that is purely by
403404
convention and is not required.
405+
- term: master
406+
description: >-
407+
The default branch in many Git repositories. By default, when you create
408+
a new Git repository on the command line a branch called `master` is created.
409+
Many tools now use an alternative name for the default branch. For example,
410+
when you create a new repository on GitHub the default branch is called `main`.
404411
- term: Members graph
405412
description: A repository graph that shows all the forks of a repository.
406413
- term: mention
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
If you choose the option to **Allow specific actions**, there are additional options that you can configure. For more information, see "[Allowing specific actions to run](#allowing-specific-actions-to-run)."
1+
If you choose **Allow select actions**, local actions are allowed, and there are additional options for allowing other specific actions. For more information, see "[Allowing specific actions to run](#allowing-specific-actions-to-run)."
22

33
When you allow local actions only, the policy blocks all access to actions authored by {% data variables.product.prodname_dotcom %}. For example, the [`actions/checkout`](https://github.com/actions/checkout) would not be accessible.

data/reusables/actions/allow-specific-actions-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
When you select the **Allow select actions**, there are additional options that you need to choose to configure the allowed actions:
1+
When you choose **Allow select actions**, local actions are allowed, and there are additional options for allowing other specific actions:
22

33
- **Allow actions created by {% data variables.product.prodname_dotcom %}:** You can allow all actions created by {% data variables.product.prodname_dotcom %} to be used by workflows. Actions created by {% data variables.product.prodname_dotcom %} are located in the `actions` and `github` organization. For more information, see the [`actions`](https://github.com/actions) and [`github`](https://github.com/github) organizations.
44
- **Allow Marketplace actions by verified creators:** You can allow all {% data variables.product.prodname_marketplace %} actions created by verified creators to be used by workflows. When GitHub has verified the creator of the action as a partner organization, the {% octicon "verified" aria-label="The verified badge" %} badge is displayed next to the action in {% data variables.product.prodname_marketplace %}.

0 commit comments

Comments
 (0)