Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/g1eny0ung/hugo-theme-dream.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYue Yang <g1enyy0ung@gmail.com>2021-11-07 10:45:50 +0300
committerYue Yang <g1enyy0ung@gmail.com>2021-11-07 10:45:50 +0300
commitd4c4d2c1fa510e9a84de78c4c0e9c6a1c4875aeb (patch)
treebc04ec7f9e4fba75f542c10042adfa4f7ab7fbee
parent37549093a11e4dd689d034847a9fcf1f4d7849c0 (diff)
Update
-rw-r--r--.github/stale.yml3
-rw-r--r--package.json4
2 files changed, 5 insertions, 2 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
index 4beb2b3..da84d4e 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -3,6 +3,9 @@ daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Label to use when marking an issue as stale
+exemptLabels:
+ - enhancement
+ - bug
staleLabel: wontfix
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
diff --git a/package.json b/package.json
index 4feb16c..50ddb6c 100644
--- a/package.json
+++ b/package.json
@@ -7,8 +7,8 @@
"license": "MIT",
"private": true,
"scripts": {
- "dev": "gulp watch",
- "prod": "gulp prod"
+ "prod": "gulp prod",
+ "watch": "gulp watch"
},
"devDependencies": {
"@babel/core": "^7.13.15",