From 80986bb998175ef367b3dc4fd7fd4f6aef8a9d18 Mon Sep 17 00:00:00 2001 From: Alex <alex.luu@mail.utoronto.ca> Date: Wed, 4 Oct 2023 10:14:08 -0400 Subject: [PATCH] fix stale (#6473) --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 80e37cfbbcd..d89cbdb6622 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -15,5 +15,5 @@ jobs: days-before-stale: 60 days-before-close: 14 operations-per-run: 100 - exempt-pr-labels: 'work-in-progress','4.x' - exempt-issue-labels: 'work-in-progress','4.x' + exempt-pr-labels: 'work-in-progress,4.x' + exempt-issue-labels: 'work-in-progress,4.x'