diff --git a/.github/workflows/issue-management-stale-action.yml b/.github/workflows/issue-management-stale-action.yml index ec58a1db8..d3bc49d51 100644 --- a/.github/workflows/issue-management-stale-action.yml +++ b/.github/workflows/issue-management-stale-action.yml @@ -39,10 +39,14 @@ jobs: close-issue-message: > Since there has been no activity on this enhancement for the past year we are closing it to help maintain our backlog. Anyone who would like to work on it is still welcome to do so, and we can re-open it at that time. + days-before-pr-stale: -1 + days-before-pr-close: -1 only-labels: "enhancement" - uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0 with: + days-before-issue-stale: -1 + days-before-issue-close: -1 days-before-pr-stale: 90 days-before-pr-close: 14 stale-pr-label: stale