From 50b150b84220505974ffafdf380732d19f19b37c Mon Sep 17 00:00:00 2001
From: Suzanne Selhorn <sselhorn@gitlab.com>
Date: Thu, 27 Feb 2025 22:08:06 +0000
Subject: [PATCH] Removing open files

Because it can view all files
Related to: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/182813\#note_2370121224
---
 doc/user/duo_workflow/_index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/user/duo_workflow/_index.md b/doc/user/duo_workflow/_index.md
index c658278f13ee..c26592e8250e 100644
--- a/doc/user/duo_workflow/_index.md
+++ b/doc/user/duo_workflow/_index.md
@@ -75,7 +75,7 @@ To use Workflow in VS Code:
 1. Type `GitLab Duo Workflow` and select **GitLab: Show Duo Workflow**.
 1. To create a workflow, select **New workflow**.
 1. For **Task description**, specify a junior-level code task in detail.
-   - Workflow is aware of all files available to Git in the project and branch you have open in your editor.
+   - Workflow is aware of all files available to Git in the project branch.
    - You can also give Workflow [additional context](#the-context-workflow-is-aware-of).
    - Workflow cannot access external sources or the web.
 1. Select **Start**.
@@ -94,7 +94,7 @@ You can also provide it with additional context.
 |-------------------------------|--------------------------------|
 | Epics                         | Enter the epic ID and the name of the group the epic is in. The group must include a project that meets the project prerequisites. |
 | Issues                        | Enter the issue ID if it's in the current project. You can also enter a project ID from a different project, as long as it meets the project prerequisites. |
-| Local files                   | Workflow is aware of all files available to Git in the project you have open in your editor. You can also reference a specific file by its file path. |
+| Local files                   | Workflow is aware of all files available to Git in the project branch. You can also reference a specific file by its file path. |
 | Merge requests                | Enter the merge request ID if it's in the current project. You can also enter a project ID from a different project, as long as it meets the project prerequisites. |
 | Merge request pipelines       | Enter the merge request ID that has the pipeline, if it's in the current project. You can also enter a project ID from a different project, as long as it meets the project prerequisites. |
 
-- 
GitLab