From 1b904b62c9e82f4e457709c7534657eceb15e98d Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Tue, 14 Feb 2023 15:13:13 -0800 Subject: [PATCH] Enable stale issue tracker (#9580) --- .github/workflows/stale.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d8e227c77..327930d70 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -11,9 +11,6 @@ jobs: steps: - uses: actions/stale@v6 with: - # REMOVEME: dry run to see if this works - debug-only: true - # Idle number of days before marking issues stale days-before-issue-stale: 365