From 77dd16c15693a18c5ed7220111f130354585fe6e Mon Sep 17 00:00:00 2001
From: Leala Smith <lsmith@gitlab.com>
Date: Tue, 25 Feb 2025 12:39:27 +0000
Subject: [PATCH] Renaming Duo Workflow event (per Legal)

---
 doc/user/compliance/audit_event_types.md                     | 2 +-
 tooling/audit_events/docs/templates/audit_event_types.md.erb | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/user/compliance/audit_event_types.md b/doc/user/compliance/audit_event_types.md
index c4b2690190d63..9d7d2a92d104b 100644
--- a/doc/user/compliance/audit_event_types.md
+++ b/doc/user/compliance/audit_event_types.md
@@ -273,7 +273,7 @@ Audit event types belong to the following product categories.
 | [`cluster_agent_token_created`](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/112036) | A user creates a cluster agent token | {{< icon name="check-circle" >}} Yes | GitLab [15.10](https://gitlab.com/gitlab-org/gitlab/-/issues/382133) | Project |
 | [`cluster_agent_token_revoked`](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/112036) | A user revokes a cluster agent token | {{< icon name="check-circle" >}} Yes | GitLab [15.10](https://gitlab.com/gitlab-org/gitlab/-/issues/382133) | Project |
 
-### Duo workflow
+### GitLab Duo Workflow
 
 | Type name | Event triggered when | Saved to database | Introduced in | Scope |
 |:----------|:---------------------|:------------------|:--------------|:------|
diff --git a/tooling/audit_events/docs/templates/audit_event_types.md.erb b/tooling/audit_events/docs/templates/audit_event_types.md.erb
index 997352c8a8fdc..69dee15e9f196 100644
--- a/tooling/audit_events/docs/templates/audit_event_types.md.erb
+++ b/tooling/audit_events/docs/templates/audit_event_types.md.erb
@@ -8,6 +8,8 @@
 <% end %>
 <% def humanize(feature_category) %>
 <%   case feature_category %>
+<%   when 'duo_workflow' %>
+<%     "GitLab Duo Workflow" %>
 <%   when 'mlops' %>
 <%     "MLOps" %>
 <%   when 'not_owned' %>
-- 
GitLab