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/auto-close.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,13 +24,13 @@ jobs:
24
24
include:
25
25
- label: 'autoclose in 3 days'
26
26
days: 3
27
-
issue_types: 'issues'#issues/pulls/both
27
+
issue_types: 'both'#issues/pulls/both
28
28
replacement_label: ''
29
29
closure_message: 'This issue has been automatically closed as it was marked for auto-closure by the team and no additional responses was received within 3 days.'
30
30
dry_run: 'false'
31
31
- label: 'autoclose in 7 days'
32
32
days: 7
33
-
issue_types: 'issues'# issues/pulls/both
33
+
issue_types: 'both'# issues/pulls/both
34
34
replacement_label: ''
35
35
closure_message: 'This issue has been automatically closed as it was marked for auto-closure by the team and no additional responses was received within 7 days.'
0 commit comments