From b8e8db96fa9bac787ae3106c78d7da47d5cfc36b Mon Sep 17 00:00:00 2001 From: Rebecca Dodd <82806852+rebeccadee@users.noreply.github.com> Date: Fri, 22 Sep 2023 10:23:57 +0100 Subject: [PATCH] Update info-needed label name in contributing doc (#182528) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f17fa843645..2a019ed7205 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -93,7 +93,7 @@ Once submitted, your report will go into the [issue tracking](https://github.com We use GitHub Actions to help us manage issues. These Actions and their descriptions can be [viewed here](https://github.com/microsoft/vscode-github-triage-actions). Some examples of what these Actions do are: -* Automatically closes any issue marked `needs-more-info` if there has been no response in the past 7 days. +* Automatically closes any issue marked `info-needed` if there has been no response in the past 7 days. * Automatically lock issues 45 days after they are closed. * Automatically implement the VS Code [feature request pipeline](https://github.com/microsoft/vscode/wiki/Issues-Triaging#managing-feature-requests).