Skip to content

Commit 8bb84de

Browse files
committed
Merge branch 'main' of github.com:github/docs-internal into update-new-site-tree-deps
2 parents 27f0448 + 317872f commit 8bb84de

8 files changed

Lines changed: 14 additions & 34 deletions

File tree

content/actions/guides/about-continuous-integration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ For a definition of common terms, see "[Core concepts for {% data variables.prod
5353

5454
Browse the complete list of CI workflow templates offered by {% data variables.product.product_name %} in the {% if currentVersion == "free-pro-team@latest" %}[actions/starter-workflows](https://github.com/actions/starter-workflows/tree/main/ci) repository{% else %} `actions/starter-workflows` repository on {% data variables.product.product_location %}{% endif %}.
5555

56+
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" or currentVersion == "github-ae@next" %}
5657
### Skipping workflow runs
5758

5859
If you want to temporarily prevent a workflow from being triggered, you can add a skip instruction to the commit message. Workflows that would otherwise be triggered `on: push` or `on: pull_request`, won't be triggered if you add any any of the following strings to the commit message in a push, or the HEAD commit of a pull request:
@@ -72,6 +73,7 @@ You won't be able to merge the pull request if your repository is configured to
7273
**Note:** Skip instructions only apply to the `push` and `pull_request` events. For example, adding `[skip ci]` to a commit message won't stop a workflow that's triggered `on: pull_request_target` from running.
7374

7475
{% endnote %}
76+
{% endif %}
7577

7678
### Notifications for workflow runs
7779

content/admin/configuration/about-enterprise-configuration.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ topics:
1717
{% endif %}
1818

1919
{% if currentVersion == "github-ae@latest" %}
20-
The first time you access your enterprise, you will complete an initial configuration to get {% data variables.product.product_name %} ready to use. The initial configuration includes connecting your enterprise with an idP, authenticating with SAML SSO, and configuring policies for repositories and organizations in your enterprise. For more information, see "[Initializing {% data variables.product.prodname_ghe_managed %}](/admin/configuration/initializing-github-ae)."
21-
22-
For users to receive any emails from {% data variables.product.product_name %} after the initial configuration, you must ask {% data variables.contact.github_support %} to configure outbound email support with your SMTP server. For more information, see "[Configuring email for notifications](/admin/configuration/configuring-email-for-notifications)."
20+
The first time you access your enterprise, you will complete an initial configuration to get {% data variables.product.product_name %} ready to use. The initial configuration includes connecting your enterprise with an identity provider (IdP), authenticating with SAML SSO, configuring policies for repositories and organizations in your enterprise, and configuring SMTP for outbound email. For more information, see "[Initializing {% data variables.product.prodname_ghe_managed %}](/admin/configuration/initializing-github-ae)."
2321

2422
Later, you can use the site admin dashboard and enterprise settings to further configure your enterprise, manage users, organizations and repositories, and set policies that reduce risk and increase quality.
2523

@@ -29,4 +27,4 @@ All enterprises are configured with subdomain isolation and support for TLS 1.2
2927
### Further reading
3028

3129
- "[Managing users, organizations, and repositories](/admin/user-management)"
32-
- "[Setting policies for your enterprise](/admin/policies)"
30+
- "[Setting policies for your enterprise](/admin/policies)"

content/admin/configuration/initializing-github-ae.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ Once this is initialized, you can reconfigure any settings after the initializat
103103
settings to allow incoming emails](/admin/configuration/configuring-email-for-notifications#configuring-dns-and-firewall-settings-to-allow-incoming-emails)."
104104
!["Enable" checkbox for email settings configuration](/assets/images/enterprise/configuration/ae-enable-email-configure.png)
105105
3. Complete your email server settings:
106-
- In the **Server address** field, type the address of your SMTP server.
107-
- In the **Port** field, type the port that your SMTP server uses to send email.
108-
- In the **Domain** field, type the domain name that your SMTP server will send with a HELO response, if any.
109-
- In the **Authentication** dropdown, choose the type of encryption used by your SMTP server.
110-
- In the **No-reply email address** field, type the email address to use in the From and To fields for all notification emails.
106+
- In the **Server address** field, type the address of your SMTP server.
107+
- In the **Port** field, type the port that your SMTP server uses to send email.
108+
- In the **Domain** field, type the domain name that your SMTP server will send with a HELO response, if any.
109+
- In the **Authentication** dropdown, choose the type of encryption used by your SMTP server.
110+
- In the **No-reply email address** field, type the email address to use in the From and To fields for all notification emails.
111111

112112
4. If you want to discard all incoming emails that are addressed to the no-reply email address, select **Discard email addressed to the no-reply email address**.
113113
!["Discard" checkbox for email settings configuration](/assets/images/enterprise/configuration/ae-discard-email.png)

content/code-security/supply-chain-security/configuration-options-for-dependency-updates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,12 +446,12 @@ updates:
446446
447447
#### `rebase-strategy`
448448

449-
By default, {% data variables.product.prodname_dependabot %} automatically rebases open pull requests when it detects conflicts. Use `rebase-strategy` to disable this behavior.
449+
By default, {% data variables.product.prodname_dependabot %} automatically rebases open pull requests when it detects any changes to the pull request. Use `rebase-strategy` to disable this behavior.
450450

451451
Available rebase strategies
452452

453453
- `disabled` to disable automatic rebasing.
454-
- `auto` to use the default behavior and rebase open pull requests when conflicts are detected.
454+
- `auto` to use the default behavior and rebase open pull requests when changes are detected.
455455

456456
{% data reusables.dependabot.option-affects-security-updates %}
457457

content/github/developing-online-with-codespaces/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ topics:
2727
{% link_in_list /managing-gpg-verification-for-codespaces %}
2828
{% link_in_list /deleting-a-codespace %}
2929
{% link_in_list /troubleshooting-your-codespace %}
30-
{% link_in_list /using-codespaces-in-visual-studio-code %}
31-
{% link_in_list /using-codespaces-in-visual-studio %}
30+
{% link_in_list /using-codespaces-in-visual-studio-code %}

content/github/developing-online-with-codespaces/using-codespaces-in-visual-studio-code.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ intro: 'You can develop in your codespace directly in {% data variables.product.
44
product: '{% data reusables.gated-features.codespaces %}'
55
redirect_from:
66
- /github/developing-online-with-codespaces/connecting-to-your-codespace-from-visual-studio-code
7+
- /github/developing-online-with-codespaces/using-codespaces-in-visual-studio
78
versions:
89
free-pro-team: '*'
910
topics:
@@ -27,7 +28,7 @@ To develop in a codespace directly in {% data variables.product.prodname_vscode
2728

2829
### Creating a codespace in {% data variables.product.prodname_vscode %}
2930

30-
After you connect your {% data variables.product.product_name %} account to the {% data variables.product.prodname_vs_codespaces %} extension, you can develop in a codespace that you created on {% data variables.product.product_name %} or in {% data variables.product.prodname_vscode %}.
31+
After you connect your {% data variables.product.product_name %} account to the {% data variables.product.prodname_github_codespaces %} extension, you can develop in a codespace that you created on {% data variables.product.product_name %} or in {% data variables.product.prodname_vscode %}.
3132

3233
{% data reusables.codespaces.click-remote-explorer-icon-vscode %}
3334
2. Click the Add icon, then click **Create New Codespace**.

content/github/developing-online-with-codespaces/using-codespaces-in-visual-studio.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

data/variables/product.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ prodname_security_center: 'Security Center'
119119

120120
# Codespaces
121121
prodname_codespaces: 'Codespaces'
122-
prodname_vs_codespaces: 'Visual Studio Codespaces'
123122
prodname_github_codespaces: 'GitHub Codespaces'
124123

125124
# GitHub resources: blog, jobs, Learning Lab

0 commit comments

Comments
 (0)