Skip to content

Commit 0ddde3c

Browse files
authored
Rename info-needed-closer (#345)
1 parent eab46e5 commit 0ddde3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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: 30 5 * * * # 10:30pm PT
@@ -16,11 +16,11 @@ jobs:
1616
ref: stable
1717
- name: Install Actions
1818
run: npm install --production --prefix ./actions
19-
- name: Run Needs More Info Closer
19+
- name: Run Info Needed Closer
2020
uses: ./actions/needs-more-info-closer
2121
with:
2222
token: ${{secrets.AZCODE_BOT_PAT}}
23-
label: needs more info
23+
label: info-needed
2424
closeDays: 14
2525
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/azcodeissuereporting) guidelines.\n\nHappy Coding!"
2626
pingDays: 80

0 commit comments

Comments
 (0)