From d160b1e286db5266c28b88f99c3b393c92885b64 Mon Sep 17 00:00:00 2001 From: Sarah Sanders Date: Tue, 7 Jan 2025 09:29:42 -0800 Subject: [PATCH 1/4] Add callout to clarify 'Access token' in activity logs --- content/manuals/admin/organization/activity-logs.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/manuals/admin/organization/activity-logs.md b/content/manuals/admin/organization/activity-logs.md index 97e42f25ad0..9aa55f9cb79 100644 --- a/content/manuals/admin/organization/activity-logs.md +++ b/content/manuals/admin/organization/activity-logs.md @@ -45,6 +45,10 @@ Refer to the following section for a list of events and their descriptions: ### Organization events +> [!NOTE] +> +> Access token activity logs include both personal acess tokens (PATs) and organization access tokens (OATs). + | Event | Description | |:------------------------------------------------------------------|:------------------------------------------------| | Team Created | Activities related to the creation of a team | From 7757f7a50dcee8d5da54302663ef51c02a9ccca6 Mon Sep 17 00:00:00 2001 From: Sarah Sanders Date: Tue, 7 Jan 2025 14:29:02 -0800 Subject: [PATCH 2/4] Update callout with Craig's feedback --- content/manuals/admin/organization/activity-logs.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/manuals/admin/organization/activity-logs.md b/content/manuals/admin/organization/activity-logs.md index 9aa55f9cb79..4f2548e9270 100644 --- a/content/manuals/admin/organization/activity-logs.md +++ b/content/manuals/admin/organization/activity-logs.md @@ -45,10 +45,6 @@ Refer to the following section for a list of events and their descriptions: ### Organization events -> [!NOTE] -> -> Access token activity logs include both personal acess tokens (PATs) and organization access tokens (OATs). - | Event | Description | |:------------------------------------------------------------------|:------------------------------------------------| | Team Created | Activities related to the creation of a team | @@ -76,6 +72,10 @@ Refer to the following section for a list of events and their descriptions: ### Repository events +> [!NOTE] +> +> Event descriptions that include a user action can refer to a Docker username, personal access token (PAT) or organization access token (OAT). For example, if a user pushes a tag to a repository, the event would include the description: ` pushed the tag to the repository". + | Event | Description | |:------------------------------------------------------------------|:------------------------------------------------| | Repository Created | Activities related to the creation of a new repository | From 5fcf6f4ea459ddce15cbc3b5298aa6ab438089cd Mon Sep 17 00:00:00 2001 From: Sarah Sanders Date: Wed, 8 Jan 2025 09:19:09 -0800 Subject: [PATCH 3/4] Fix quotes and uptick --- content/manuals/admin/organization/activity-logs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/admin/organization/activity-logs.md b/content/manuals/admin/organization/activity-logs.md index 4f2548e9270..b3912d0442d 100644 --- a/content/manuals/admin/organization/activity-logs.md +++ b/content/manuals/admin/organization/activity-logs.md @@ -74,7 +74,7 @@ Refer to the following section for a list of events and their descriptions: > [!NOTE] > -> Event descriptions that include a user action can refer to a Docker username, personal access token (PAT) or organization access token (OAT). For example, if a user pushes a tag to a repository, the event would include the description: ` pushed the tag to the repository". +> Event descriptions that include a user action can refer to a Docker username, personal access token (PAT) or organization access token (OAT). For example, if a user pushes a tag to a repository, the event would include the description: pushed the tag to the repository. | Event | Description | |:------------------------------------------------------------------|:------------------------------------------------| From 508d07cf49817ce921569c382e3d3a35ea8eac87 Mon Sep 17 00:00:00 2001 From: Sarah Sanders Date: Wed, 8 Jan 2025 13:58:33 -0800 Subject: [PATCH 4/4] Fix bracket issue, add backticks --- content/manuals/admin/organization/activity-logs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/admin/organization/activity-logs.md b/content/manuals/admin/organization/activity-logs.md index b3912d0442d..4e177641433 100644 --- a/content/manuals/admin/organization/activity-logs.md +++ b/content/manuals/admin/organization/activity-logs.md @@ -74,7 +74,7 @@ Refer to the following section for a list of events and their descriptions: > [!NOTE] > -> Event descriptions that include a user action can refer to a Docker username, personal access token (PAT) or organization access token (OAT). For example, if a user pushes a tag to a repository, the event would include the description: pushed the tag to the repository. +> Event descriptions that include a user action can refer to a Docker username, personal access token (PAT) or organization access token (OAT). For example, if a user pushes a tag to a repository, the event would include the description: `` pushed the tag to the repository. | Event | Description | |:------------------------------------------------------------------|:------------------------------------------------|