diff --git a/.github/workflows/stale_issue.yml b/.github/workflows/stale_issue.yml index 42d7a5c7667..55bcda83b54 100644 --- a/.github/workflows/stale_issue.yml +++ b/.github/workflows/stale_issue.yml @@ -30,8 +30,8 @@ jobs: closed-for-staleness-label: closed-for-staleness # Issue timing - days-before-stale: 7 - days-before-close: 4 + days-before-stale: 2 + days-before-close: 5 days-before-ancient: 365 # If you don't want to mark a issue as being ancient based on a @@ -42,4 +42,4 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} # loglevel: DEBUG - # Set dry-run to true to not perform label or close actions. \ No newline at end of file + # Set dry-run to true to not perform label or close actions.