From cad83975f874a7cd8e67f3cf430a4c7f522f3e69 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke Date: Sat, 15 Jan 2022 18:22:33 -0800 Subject: [PATCH] Fix Stale Action commenting on issues --- .github/workflows/stale-pr.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale-pr.yml b/.github/workflows/stale-pr.yml index 1c233faf561fb..b97b60717a2b8 100644 --- a/.github/workflows/stale-pr.yml +++ b/.github/workflows/stale-pr.yml @@ -14,7 +14,8 @@ jobs: 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." stale-pr-label: "Stale" exempt-pr-labels: "Needs Review,Blocked,Needs Discussion" - days-before-stale: 30 + days-before-issue-stale: -1 + days-before-pr-stale: 30 days-before-close: -1 remove-stale-when-updated: false debug-only: false