.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 <michael.kubacki@microsoft.com>
This commit is contained in:
Michael Kubacki
2025-03-04 12:44:45 -05:00
committed by mergify[bot]
parent 1cc2af8a64
commit d684097661

View File

@@ -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