Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/auto-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
include:
- label: 'autoclose in 3 days'
days: 3
issue_types: 'issues' #issues/pulls/both
issue_types: 'both' #issues/pulls/both
replacement_label: ''
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.'
dry_run: 'false'
- label: 'autoclose in 7 days'
days: 7
issue_types: 'issues' # issues/pulls/both
issue_types: 'both' # issues/pulls/both
replacement_label: ''
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.'
dry_run: 'false'
Expand Down
Loading