Skip to content

Commit 3a87ae8

Browse files
committed
Merge branch 'discussions-edits' of github.com:github/docs into discussions-edits
2 parents b0ac6fa + b1e5590 commit 3a87ae8

File tree

61 files changed

+18140
-1815
lines changed

Some content is hidden

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

61 files changed

+18140
-1815
lines changed
-21.4 KB
Binary file not shown.

content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/about-your-personal-dashboard.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ This feed shows activity and recommendations based on your network on {% data va
9494

9595
{% endif %}
9696

97-
## Exploring recommended repositories
98-
99-
In the "Explore repositories" section on the right side of your dashboard, you can explore recommended repositories in your communities. Recommendations are based on repositories you've starred or visited, the people you follow, and activity within repositories that you have access to.{% ifversion fpt or ghec %} For more information, see [AUTOTITLE](/get-started/exploring-projects-on-github/finding-ways-to-contribute-to-open-source-on-github).{% endif %}
100-
10197
## Further reading
10298

10399
* [AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard)

content/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,6 @@ jobs:
347347

348348
## `vars` context
349349

350-
{% data reusables.actions.configuration-variables-beta-note %}
351-
352350
The `vars` context contains custom configuration variables set at the organization, repository, and environment levels. For more information about defining configuration variables for use in multiple workflows, see [AUTOTITLE](/actions/learn-github-actions/variables#defining-variables-for-multiple-workflows).
353351

354352
### Example contents of the `vars` context

content/admin/backing-up-and-restoring-your-instance/backup-service-for-github-enterprise-server/configuring-the-backup-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If you're using a dedicated block device as your backup target, you need to init
6363
>[!WARNING] This command will permanently erase all data on the specified device. Double-check the device name and back up any important data before proceeding.
6464
6565
```shell
66-
ghe-storage-init-backup /dev/YOUR_DEVICE_NAME
66+
/usr/local/share/enterprise/ghe-storage-init-backup /dev/YOUR_DEVICE_NAME
6767
```
6868
6969
This command:

content/admin/data-residency/network-details-for-ghecom.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -97,20 +97,6 @@ If you use Azure private networking for {% data variables.product.company_short
9797

9898
If you're running a migration to your enterprise with {% data variables.product.prodname_importer_proper_name %}, you may need to add certain ranges to an IP allow list. See [AUTOTITLE](/migrations/using-github-enterprise-importer/migrating-between-github-products/managing-access-for-a-migration-between-github-products#configuring-ip-allow-lists-for-migrations).
9999

100-
You must allow:
101-
102-
* Ranges required for everyone
103-
* Additional ranges that depend on your data residency region
104-
105-
### Required for everyone
106-
107-
* 192.30.252.0/22
108-
* 185.199.108.0/22
109-
* 140.82.112.0/20
110-
* 143.55.64.0/20
111-
* 2a0a:a440::/29
112-
* 2606:50c0::/32
113-
114100
### Required in the EU
115101

116102
* 4.231.155.80/29

content/admin/overview/establishing-a-governance-framework-for-your-enterprise.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ Approval processes are available for:
106106
* Bypasses of push protection—You can choose who is allowed to bypass push protection, and add a review and approval cycle for pushes containing secrets from all other contributors. For more information about **delegated bypass for push protection**, see [AUTOTITLE](/code-security/secret-scanning/using-advanced-secret-scanning-and-push-protection-features/delegated-bypass-for-push-protection/about-delegated-bypass-for-push-protection).{% ifversion security-delegated-alert-dismissal %}
107107
* Dismissals of alerts for {% data variables.product.prodname_code_scanning %} and {% data variables.product.prodname_secret_scanning %}—You can provide additional control and visibility over alert assessment by ensuring that only designated individuals can dismiss (or close) alerts. For more information about **delegated alert dismissal**, see [AUTOTITLE](/code-security/code-scanning/managing-your-code-scanning-configuration/enabling-delegated-alert-dismissal-for-code-scanning) and [AUTOTITLE](/code-security/code-scanning/managing-your-code-scanning-configuration/enabling-delegated-alert-dismissal-for-code-scanning).
108108

109-
{% data reusables.advanced-security.delegated-alert-dismissal-beta %}
110-
111109
{% endif %}
112110

113111
{% endif %}

content/billing/managing-your-billing/about-the-billing-cycle.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ redirect_from:
88
- /billing/using-the-billing-platform/viewing-your-subscriptions-and-billing-date
99
- /billing/using-the-billing-platform/changing-the-duration-of-your-billing-cycle
1010
- /billing/using-the-new-billing-platform/viewing-your-subscriptions-and-billing-date
11+
- /billing/using-the-new-billing-platform/about-the-billing-cycle
1112
type: overview
1213
topics:
1314
- Enterprise

content/code-security/secret-scanning/using-advanced-secret-scanning-and-push-protection-features/enabling-delegated-alert-dismissal-for-secret-scanning.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ shortTitle: Delegated alert dismissal
1515

1616
## About enabling delegated alert dismissal
1717

18-
{% data reusables.advanced-security.delegated-alert-dismissal-beta %}
19-
2018
{% data reusables.security.delegated-alert-dismissal-intro %}
2119

2220
## Configuring delegated dismissal for a repository
@@ -38,3 +36,14 @@ You must configure delegated dismissal for your organization using a custom secu
3836
1. Apply the security configuration to all (or selected) repositories in your organization. See [AUTOTITLE](/code-security/securing-your-organization/enabling-security-features-in-your-organization/applying-a-custom-security-configuration).
3937

4038
To learn more about security configurations, see [AUTOTITLE](/code-security/securing-your-organization/introduction-to-securing-your-organization-at-scale/about-enabling-security-features-at-scale).
39+
40+
{% ifversion secret-scanning-alert-dismiss-custom-role %}
41+
42+
## Configuring delegated dismissal for an enterprise
43+
44+
1. Create a new custom security configuration, or edit an existing one. See [AUTOTITLE](/admin/managing-code-security/securing-your-enterprise/creating-a-custom-security-configuration-for-your-enterprise).
45+
1. When defining the custom security configuration, under "{% data variables.product.prodname_secret_protection %}", ensure that the dropdown menu for "Prevent direct alert dismissals" is set to **Enabled**.
46+
1. Click **Save configuration**.
47+
1. Apply the security configuration to all (or selected) repositories in your enterprise. See [AUTOTITLE](/admin/managing-code-security/securing-your-enterprise/applying-a-custom-security-configuration-to-your-enterprise).
48+
49+
{% endif %}

content/code-security/security-overview/viewing-metrics-for-pull-request-alerts.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ You can also view:
3535
* The number of alerts that were fixed with an accepted {% data variables.copilot.copilot_autofix_short %} suggestion, displayed as a fraction of how many total {% data variables.copilot.copilot_autofix_short %} suggestions were available.
3636

3737
* Remediation rates, in a graph showing the percentage of alerts that were remediated with an available {% data variables.copilot.copilot_autofix_short %} suggestion, and the percentage of alerts that were remediated without a {% data variables.copilot.copilot_autofix_short %} suggestion.
38+
39+
* Mean time to remediate, in a graph showing the average age of closed alerts that were remediated with an available {% data variables.copilot.copilot_autofix_short %} suggestion, and the average age of closed alerts that were remediated without a {% data variables.copilot.copilot_autofix_short %} suggestion.
3840
{% endif %}
3941

4042
You can apply filters to the data. The metrics are based on activity from the default period or your selected period.

content/organizations/managing-peoples-access-to-your-organization-with-roles/about-custom-organization-roles.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ Manage organization OAuth app policies | Access to the "OAuth app policy" settin
6565
| {% ifversion push-protection-bypass-fine-grained-permissions %} |
6666
| Review and manage {% data variables.product.prodname_secret_scanning %} bypass requests | Review and manage {% data variables.product.prodname_secret_scanning %} bypass requests for your organization. | [AUTOTITLE](/code-security/secret-scanning/using-advanced-secret-scanning-and-push-protection-features/delegated-bypass-for-push-protection) |
6767
| {% endif %} |
68+
| {% ifversion secret-scanning-alert-dismiss-custom-role %} |
69+
| Review and manage {% data variables.product.prodname_secret_scanning %} alert dismissal requests | Review and manage {% data variables.product.prodname_secret_scanning %} alert dismissal requests for your organization. | [AUTOTITLE](/code-security/secret-scanning/using-advanced-secret-scanning-and-push-protection-features/enabling-delegated-alert-dismissal-for-secret-scanning) |
70+
| {% endif %} |
6871

6972
{% endrowheaders %}
7073

0 commit comments

Comments
 (0)