Skip to content

Commit 8766ee9

Browse files
authored
fix: close the issue correctly (#1541)
1 parent d1bb182 commit 8766ee9

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/no-response.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,13 @@ jobs:
2323
repo-token: ${{ secrets.GITHUB_TOKEN }}
2424
# Only process issues with "needs more info" label
2525
only-labels: 'needs more info'
26-
# Don't mark as stale, just close directly after days-before-close
27-
days-before-stale: -1
28-
# Close after 14 days of inactivity
29-
days-before-close: 14
26+
# Mark as stale after 14 days of inactivity
27+
days-before-stale: 14
28+
# Close immediately after marking as stale
29+
days-before-close: 0
3030
# Message when closing
3131
close-issue-message: >
3232
This issue has been closed automatically because it needs more information and has not had recent activity. Please reach out if you have or find the answers we need so that we can investigate further.
33-
# Don't close if there are recent comments
34-
remove-issue-stale-when-updated: true
3533
# Exempt certain labels from being closed
3634
exempt-issue-labels: 'pinned,security'
3735
# Only process issues, not PRs

0 commit comments

Comments
 (0)