From 6344d666c94625c5df0cc3e1fd507e13909a427a Mon Sep 17 00:00:00 2001 From: Ryan Ghods Date: Thu, 28 Sep 2023 09:53:26 -0700 Subject: [PATCH] Add "informational" label exemption to stale workflow (#362) --- .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 cb3132aa..e2cebe68 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" - exempt-issue-labels: "work-in-progress" + exempt-pr-labels: "work-in-progress,informational" + exempt-issue-labels: "work-in-progress,informational"