Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaira Wenzel <mairaw@microsoft.com>2022-04-27 22:51:14 +0300
committerGitHub <noreply@github.com>2022-04-27 22:51:14 +0300
commitcf839b3f524e82775b9ae2b75b1fbcacc3a9cf01 (patch)
tree76007db1d696ec4f4074080db3eda83f82215fc8 /.github
parentc5b5a0a1db7529fa26c00bfc28c0093f2598c389 (diff)
Update no-response.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/no-response.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml
index 6b4c3aa6..4c414f61 100644
--- a/.github/workflows/no-response.yml
+++ b/.github/workflows/no-response.yml
@@ -20,7 +20,7 @@ jobs:
with:
token: ${{ github.token }}
daysUntilClose: 7 # Number of days of inactivity before an Issue is closed for lack of response
- responseRequiredLabel: needs-more-info # Label indicating that a response from the original author is required
+ responseRequiredLabel: "needs-more-info" # Label indicating that a response from the original author is required
closeComment: >
This issue has been automatically closed due to no response from the original author.
Please feel free to reopen it if you have more information that can help us investigate the issue further.