Skip to content

Commit c1ea0cd

Browse files
authored
Update info needed closer
1 parent 2b2dc65 commit c1ea0cd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/needs-more-info-closer.yml renamed to .github/workflows/info-needed-closer.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Needs More Info Closer
1+
name: Info Needed Closer
22
on:
33
schedule:
44
- cron: 20 12 * * * # 5:20am Redmond
@@ -18,11 +18,10 @@ jobs:
1818
ref: stable
1919
- name: Install Actions
2020
run: npm install --production --prefix ./actions
21-
- name: Run Needs More Info Closer
21+
- name: Run Info Needed Closer
2222
uses: ./actions/needs-more-info-closer
2323
with:
24-
appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}}
25-
label: needs more info
24+
label: info-needed
2625
closeDays: 7
2726
additionalTeam: 'spahnke|rcjsuen'
2827
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!"

0 commit comments

Comments
 (0)