Skip to content

Commit 49d8270

Browse files
author
Martin Lopes
authored
Merge branch 'main' into 5765-private-profile
2 parents beeebbe + e119a01 commit 49d8270

File tree

176 files changed

+8488
-1060
lines changed

Some content is hidden

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

176 files changed

+8488
-1060
lines changed

.devcontainer/test-custom-devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "test",
33

44
"settings": {
5-
"terminal.integrated.shell.linux": "/bin/csh",
5+
"terminal.integrated.shell.linux": "/bin/zsh",
66
},
77

88
// Visual Studio Code extensions which help authoring for docs.github.com.

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"**/translations": true
44
},
55
"workbench.editor.enablePreview": false,
6-
"workbench.editor.enablePreviewFromQuickOpen": false
6+
"workbench.editor.enablePreviewFromQuickOpen": false
77
}

codespaces-settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"isInternal": true

components/ui/MarkdownContent/MarkdownContent.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
.markdownBody {
77
a {
88
text-decoration: underline;
9+
text-underline-offset: 25%;
910
}
1011

1112
summary {

content/actions/deployment/targeting-different-environments/using-environments-for-deployment.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@ Secrets stored in an environment are only available to workflow jobs that refere
7171

7272
{% data reusables.actions.permissions-statement-environment %}
7373

74+
{% ifversion fpt or ghec %}
75+
{% note %}
76+
77+
**Note:** To create an environment in a private repository, your organization must use {% data variables.product.prodname_ghe_cloud %}. {% data reusables.enterprise.link-to-ghec-trial %}
78+
79+
{% endnote %}
80+
{% endif %}
81+
7482
{% data reusables.repositories.navigate-to-repo %}
7583
{% data reusables.repositories.sidebar-settings %}
7684
{% data reusables.actions.sidebar-environment %}

content/actions/using-containerized-services/about-service-containers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ When a job runs directly on a runner machine, the service running in the Docker
4949

5050
You can use the `services` keyword to create service containers that are part of a job in your workflow. For more information, see [`jobs.<job_id>.services`](/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idservices).
5151

52-
This example creates a service called `redis` in a job called `container-job`. The Docker host in this example is the `node:10.18-jessie` container.
52+
This example creates a service called `redis` in a job called `container-job`. The Docker host in this example is the `node:16-bullseye` container.
5353

5454
{% raw %}
5555
```yaml{:copy}
@@ -62,7 +62,7 @@ jobs:
6262
# Containers must run in Linux based operating systems
6363
runs-on: ubuntu-latest
6464
# Docker Hub image that `container-job` executes in
65-
container: node:10.18-jessie
65+
container: node:16-bullseye
6666
6767
# Service containers to run with `container-job`
6868
services:

content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/accessing-the-audit-log-for-your-enterprise.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ redirect_from:
99
- /articles/viewing-the-audit-logs-for-organizations-in-your-enterprise-account
1010
- /github/setting-up-and-managing-your-enterprise-account/viewing-the-audit-logs-for-organizations-in-your-enterprise-account
1111
- /github/setting-up-and-managing-your-enterprise/viewing-the-audit-logs-for-organizations-in-your-enterprise-account
12+
- /admin/user-management/managing-organizations-in-your-enterprise/viewing-the-audit-logs-for-organizations-in-your-enterprise
1213
versions:
1314
ghec: '*'
1415
ghes: '*'

content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,16 @@ Action | Description
192192
| `commit_comment.update` | A commit comment was updated.
193193
{%- endif %}
194194

195+
{%- ifversion ghes %}
196+
### `config_entry` category actions
197+
198+
| Action | Description
199+
|--------|-------------
200+
| `config_entry.create` | A configuration setting was created. These events are only visible in the site admin audit log. The type of events recorded relate to:</br>- Enterprise settings and policies</br>- Organization and repository permissions and settings</br>- Git, Git LFS, {% data variables.product.prodname_github_connect %}, {% data variables.product.prodname_registry %}, project, and code security settings.
201+
| `config_entry.destroy` | A configuration setting was deleted. These events are only visible in the site admin audit log. The type of events recorded relate to:</br>- Enterprise settings and policies</br>- Organization and repository permissions and settings</br>- Git, Git LFS, {% data variables.product.prodname_github_connect %}, {% data variables.product.prodname_registry %}, project, and code security settings.
202+
| `config_entry.update` | A configuration setting was edited. These events are only visible in the site admin audit log. The type of events recorded relate to:</br>- Enterprise settings and policies</br>- Organization and repository permissions and settings</br>- Git, Git LFS, {% data variables.product.prodname_github_connect %}, {% data variables.product.prodname_registry %}, project, and code security settings.
203+
{%- endif %}
204+
195205
{%- ifversion fpt or ghec or ghes > 3.2 or ghae-issue-4864 %}
196206
### `dependabot_alerts` category actions
197207

@@ -367,6 +377,14 @@ Action | Description
367377
| `external_identity.update` | An Okta user's settings were updated. For more information, see "[Mapping Okta groups to teams](/admin/identity-and-access-management/configuring-authentication-and-provisioning-with-your-identity-provider/mapping-okta-groups-to-teams)."
368378
{%- endif %}
369379

380+
### `gist` category actions
381+
382+
| Action | Description
383+
|--------|-------------
384+
| `gist.create` | A gist is created.
385+
| `gist.destroy` | A gist is deleted.
386+
| `gist.visibility_change` | The visibility of a gist is changed.
387+
370388
### `git` category actions
371389

372390
| Action | Description
@@ -1075,6 +1093,14 @@ Action | Description
10751093
| `repository_image.create` | An image to represent a repository was uploaded.
10761094
| `repository_image.destroy` | An image to represent a repository was deleted.
10771095

1096+
### `repository_invitation` category actions
1097+
1098+
| Action | Description
1099+
|--------|-------------
1100+
| `repository_invitation.accept` | An invitation to join a repository was accepted.
1101+
| `repository_invitation.create` | An invitation to join a repository was sent.
1102+
| `repository_invitation.reject` | An invitation to join a repository was canceled.
1103+
10781104
### `repository_projects_change` category actions
10791105

10801106
| Action | Description
@@ -1242,10 +1268,18 @@ Action | Description
12421268
{%- endif %}
12431269
| `staff.repo_lock` | An organization{% ifversion ghes %}, repository or site{% else %} or repository{% endif %} administrator locked (temporarily gained full access to) a user's private repository.
12441270
| `staff.repo_unlock` | An organization{% ifversion ghes %}, repository or site{% else %} or repository{% endif %} administrator unlocked (ended their temporary access to) a user's private repository.
1245-
| `staff.unlock` | An enterprise owner{% ifversion ghes %} or site administrator{% endif %} unlocked (temporarily gained full access to) all of a user's private repositories.
1271+
{%- ifversion ghes %}
1272+
| `staff.search_audit_log` | A site administrator performed a search of the site admin audit log.
1273+
{%- endif %}
12461274
| `staff.set_domain_token_expiration` | {% ifversion ghes %}A site administrator or {% endif %}GitHub staff set the verification code expiry time for an organization or enterprise domain. {% ifversion ghec or ghes > 3.1 %}For more information, see "[Verifying or approving a domain for your organization](/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization)" and "[Verifying or approving a domain for your enterprise](/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise)."{% endif %}
1275+
{%- ifversion ghes %}
1276+
| `staff.unlock` | A site administrator unlocked (temporarily gained full access to) all of a user's private repositories.
1277+
{%- endif %}
12471278
| `staff.unverify_domain` | {% ifversion ghes %}A site administrator or {% endif %}GitHub staff unverified an organization or enterprise domain. {% ifversion ghec or ghes > 3.1 %}For more information, see "[Verifying or approving a domain for your organization](/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization)" and "[Verifying or approving a domain for your enterprise](/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise)."{% endif %}
12481279
| `staff.verify_domain` | {% ifversion ghes %}A site administrator or {% endif %}GitHub staff verified an organization or enterprise domain. {% ifversion ghec or ghes > 3.1 %}For more information, see "[Verifying or approving a domain for your organization](/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization)" and "[Verifying or approving a domain for your enterprise](/admin/configuration/configuring-your-enterprise/verifying-or-approving-a-domain-for-your-enterprise)."{% endif %}
1280+
{%- ifversion ghes %}
1281+
| `staff.view_audit_log` | A site administrator viewed the site admin audit log.
1282+
{%- endif %}
12491283

12501284
### `team` category actions
12511285

content/code-security/security-overview/about-the-security-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ topics:
2222
shortTitle: About security overview
2323
---
2424

25+
{% ifversion ghes < 3.5 or ghae-issue-4554 %}
2526
{% data reusables.security-center.beta %}
27+
{% endif %}
2628

2729
## About the security overview
2830

content/code-security/security-overview/filtering-alerts-in-the-security-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ topics:
1717
shortTitle: Filtering alerts
1818
---
1919

20+
{% ifversion ghes < 3.5 or ghae-issue-4554 %}
2021
{% data reusables.security-center.beta %}
22+
{% endif %}
2123

2224
## About filtering the security overview
2325

0 commit comments

Comments
 (0)