From c1ea0cd858b783fcfd912679c7b76c2c1fe78a6b Mon Sep 17 00:00:00 2001 From: Logan Ramos Date: Tue, 7 Feb 2023 07:33:31 -0700 Subject: [PATCH] Update info needed closer --- .../{needs-more-info-closer.yml => info-needed-closer.yml} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename .github/workflows/{needs-more-info-closer.yml => info-needed-closer.yml} (86%) diff --git a/.github/workflows/needs-more-info-closer.yml b/.github/workflows/info-needed-closer.yml similarity index 86% rename from .github/workflows/needs-more-info-closer.yml rename to .github/workflows/info-needed-closer.yml index 88de1919..ce6836c3 100644 --- a/.github/workflows/needs-more-info-closer.yml +++ b/.github/workflows/info-needed-closer.yml @@ -1,4 +1,4 @@ -name: Needs More Info Closer +name: Info Needed Closer on: schedule: - cron: 20 12 * * * # 5:20am Redmond @@ -18,11 +18,10 @@ jobs: ref: stable - name: Install Actions run: npm install --production --prefix ./actions - - name: Run Needs More Info Closer + - name: Run Info Needed Closer uses: ./actions/needs-more-info-closer with: - appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}} - label: needs more info + label: info-needed closeDays: 7 additionalTeam: 'spahnke|rcjsuen' closeComment: "This issue has been closed automatically because it needs more information and has not had recent activity. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!"