From 92697c40d3e858e439d0b0445456bfc46a7dd9d5 Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Mon, 19 Jun 2023 10:17:50 +0530 Subject: [PATCH] chore: add labels to exempt from stale and lock bot --- .github/lock.yml | 2 +- .github/stale.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/lock.yml b/.github/lock.yml index 2ad97a0..f4ec52f 100644 --- a/.github/lock.yml +++ b/.github/lock.yml @@ -8,7 +8,7 @@ daysUntilLock: 60 skipCreatedBefore: false # Issues and pull requests with these labels will be ignored. Set to `[]` to disable -exemptLabels: ['Type: Security'] +exemptLabels: ['Type: Security', 'Type: Collection'] # Label to add before locking, such as `outdated`. Set to `false` to disable lockLabel: false diff --git a/.github/stale.yml b/.github/stale.yml index f767674..6d445b9 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -5,8 +5,7 @@ daysUntilStale: 60 daysUntilClose: 7 # Issues with these labels will never be considered stale -exemptLabels: - - 'Type: Security' +exemptLabels: ['Type: Security', 'Type: Collection'] # Label to use when marking an issue as stale staleLabel: 'Status: Abandoned'