From 1db27e6a338d0d6bbbeb32e08862cab435da8d75 Mon Sep 17 00:00:00 2001 From: ppoffice Date: Thu, 16 Jul 2020 13:42:48 -0400 Subject: [PATCH] chore(*): update package version & exclude comment issues from stale bot --- .github/stale.yml | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index feb81c8..522078e 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -13,6 +13,8 @@ exemptLabels: - tutorial:v1 - tutorial:v2 - tutorial:v3 + - Gitalk + - utterances # Label to use when marking an issue as stale staleLabel: wontfix # Comment to post when marking an issue as stale. Set to `false` to disable diff --git a/package.json b/package.json index 5ff3e0b..56d1156 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-icarus", - "version": "3.1.0", + "version": "3.1.1", "private": true, "engines": { "node": ">=8.3.0"