From 026597125e94ea99690a4e4b8412686312946685 Mon Sep 17 00:00:00 2001 From: Sarah Sanders Date: Wed, 8 Jan 2025 13:35:47 -0800 Subject: [PATCH 1/3] Add Admin settings policy events to 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..2e1565b5ed5 100644 --- a/content/manuals/admin/organization/activity-logs.md +++ b/content/manuals/admin/organization/activity-logs.md @@ -69,6 +69,10 @@ Refer to the following section for a list of events and their descriptions: | Access token created | Access token created in organization | | Access token updated | Access token updated in organization | | Access token deleted | Access token deleted in organization | +| Policy created | Details of adding an admin settings policy | +| Policy updated | Details of updating an admin settings policy | +| Policy deleted | Details of deleting an admin settings policy | +| Policy transferred | Details of transferring an admin settings policy to another owner | ### Repository events From 6a1b24b8173bcc906e8f25a65a22aeadd9609e1b Mon Sep 17 00:00:00 2001 From: Sarah Sanders Date: Fri, 10 Jan 2025 08:51:17 -0800 Subject: [PATCH 2/3] Update content/manuals/admin/organization/activity-logs.md Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> --- 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 2e1565b5ed5..d7fc1be9e0f 100644 --- a/content/manuals/admin/organization/activity-logs.md +++ b/content/manuals/admin/organization/activity-logs.md @@ -69,7 +69,7 @@ Refer to the following section for a list of events and their descriptions: | Access token created | Access token created in organization | | Access token updated | Access token updated in organization | | Access token deleted | Access token deleted in organization | -| Policy created | Details of adding an admin settings policy | +| Policy created | Details of adding a settings policy | | Policy updated | Details of updating an admin settings policy | | Policy deleted | Details of deleting an admin settings policy | | Policy transferred | Details of transferring an admin settings policy to another owner | From 8dbd8662aef659edc3c19cbf08fe6c6fa810b57f Mon Sep 17 00:00:00 2001 From: Sarah Sanders Date: Fri, 10 Jan 2025 08:52:01 -0800 Subject: [PATCH 3/3] Remove "Admin" from description --- 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 d7fc1be9e0f..9416513a2da 100644 --- a/content/manuals/admin/organization/activity-logs.md +++ b/content/manuals/admin/organization/activity-logs.md @@ -70,9 +70,9 @@ Refer to the following section for a list of events and their descriptions: | Access token updated | Access token updated in organization | | Access token deleted | Access token deleted in organization | | Policy created | Details of adding a settings policy | -| Policy updated | Details of updating an admin settings policy | -| Policy deleted | Details of deleting an admin settings policy | -| Policy transferred | Details of transferring an admin settings policy to another owner | +| Policy updated | Details of updating a settings policy | +| Policy deleted | Details of deleting a settings policy | +| Policy transferred | Details of transferring a settings policy to another owner | ### Repository events @@ -103,4 +103,4 @@ Refer to the following section for a list of events and their descriptions: | Seat Removal Requested | Occurs when a user in your organization requests a decrease in the number of seats. | | Billing Cycle Change Requested | Occurs when a user in your organization requests a change in the billing cycle. | | Plan Downgrade Cancellation Requested | Occurs when a user in your organization requests a cancellation of a scheduled plan downgrade. | -| Seat Removal Cancellation Requested | Occurs when a user in your organization requests a cancellation of a scheduled seat removal. | \ No newline at end of file +| Seat Removal Cancellation Requested | Occurs when a user in your organization requests a cancellation of a scheduled seat removal. |