From d684097661ebb5dafdc46fc890ac106fe6e296a1 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Tue, 4 Mar 2025 12:44:45 -0500 Subject: [PATCH] .github/stale.yml: Exempt type:code-first changes Does not apply stale labels to code first issues and pull requests since those need to stay open until spec changes are published and that might be a long time. Signed-off-by: Michael Kubacki --- .github/workflows/stale.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index b9160b548a..ffd6436be9 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -42,3 +42,6 @@ jobs: activity in 60 days and no follow up within 7 days after being marked stale. Thank you for your contributions. stale-pr-label: stale + exempt-issue-labels: type:code-first + exempt-pr-labels: type:code-first +