chore(ci): update time for stale issue/pr (#1997)

* chore(ci): update time for stale issue/pr

* chore(ci): update comment
This commit is contained in:
Steven Palma
2025-09-22 16:40:31 +02:00
committed by GitHub
parent 4bad09cd25
commit a665a9df83

View File

@@ -56,9 +56,9 @@ jobs:
stale-pr-label: stale
exempt-issue-labels: never-stale
exempt-pr-labels: never-stale
days-before-issue-stale: 365 # TODO(Steven): Will modify this to 180 after initial cleanup
days-before-issue-stale: 180 # TODO(Steven): Will modify this to 90 after initial cleanup
days-before-issue-close: 14
days-before-pr-stale: 365
days-before-pr-stale: 180
days-before-pr-close: 14
delete-branch: true
close-issue-message: ${{ env.CLOSE_ISSUE_MESSAGE }}