Skip to content

Commit 23a3293

Browse files
ahmedhamouda78Ahmed Hamouda
andauthored
fix: modify stale issues action to correctly detect stale issues (#14539)
Co-authored-by: Ahmed Hamouda <[email protected]>
1 parent 77443c8 commit 23a3293

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/close-stale-issues.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ jobs:
1616
with:
1717
repo-token: ${{ secrets.GITHUB_TOKEN }}
1818
only-issue-labels: pending-community-response,question
19+
stale-issue-label: pending-community-response
20+
days-before-issue-stale: -1 # skip stale labeling
1921
days-before-issue-close: 14
2022
close-issue-message: 'This issue is being automatically closed due to lack of recent activity. Please feel free to reopen it if you have any further questions.'
2123
days-before-pr-stale: -1 # ignore PRs
2224
days-before-pr-close: -1 # ignore PRs
23-
remove-issue-stale-when-updated: true
25+
remove-issue-stale-when-updated: false
2426
operations-per-run: 100
2527
debug-only: true # TODO: remove this when the dry-run succeeds

0 commit comments

Comments
 (0)