You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/info-needed-closer.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
name: Needs More Info Closer
1
+
name: Info Needed Closer
2
2
on:
3
3
schedule:
4
4
- cron: 30 5 * * * # 10:30pm PT
@@ -16,11 +16,11 @@ jobs:
16
16
ref: stable
17
17
- name: Install Actions
18
18
run: npm install --production --prefix ./actions
19
-
- name: Run Needs More Info Closer
19
+
- name: Run Info Needed Closer
20
20
uses: ./actions/needs-more-info-closer
21
21
with:
22
22
token: ${{secrets.AZCODE_BOT_PAT}}
23
-
label: needs more info
23
+
label: info-needed
24
24
closeDays: 14
25
25
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!"
0 commit comments