Skip to content

Commit 1d57c89

Browse files
authored
Fix Stale Action commenting on issues (#45391)
1 parent fafb129 commit 1d57c89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stale-pr.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
stale-pr-message: "This pull request is stale because it has been open for thirty days with no activity. Please [update](https://pandas.pydata.org/pandas-docs/stable/development/contributing.html#updating-your-pull-request) and respond to this comment if you're still interested in working on this."
1515
stale-pr-label: "Stale"
1616
exempt-pr-labels: "Needs Review,Blocked,Needs Discussion"
17-
days-before-stale: 30
17+
days-before-issue-stale: -1
18+
days-before-pr-stale: 30
1819
days-before-close: -1
1920
remove-stale-when-updated: false
2021
debug-only: false

0 commit comments

Comments
 (0)