Skip to content

Commit 0b0127f

Browse files
authored
Merge pull request #5551 from github/repo-sync
repo sync
2 parents a7d5917 + 317872f commit 0b0127f

3 files changed

Lines changed: 9 additions & 9 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)

0 commit comments

Comments
 (0)