From 805853358a12dcad36e369a0544a8ebcd4097aba Mon Sep 17 00:00:00 2001 From: Marcelo Shima Date: Thu, 25 Nov 2021 13:25:06 -0300 Subject: [PATCH] Add v8 label to stale exempt --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 07c26e1f343..8d8a46e31fb 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -37,5 +37,5 @@ jobs: Comment or this will be closed in 7 days days-before-stale: 30 days-before-close: 7 - exempt-issue-labels: 'area: bug :bug:,status: work in progress' + exempt-issue-labels: 'area: bug :bug:,status: work in progress,v8' exempt-pr-labels: 'pr: bug-fix,status: work in progress'