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>2022-01-12 12:37:05 +0300
committerYue Yang <g1enyy0ung@gmail.com>2022-01-12 12:37:05 +0300
commitb3271ac5122e5695670e65bb59733ee5969e911f (patch)
treeb9f80467a9e6f7b4885986b22fa7a053b260cb77
parentf2f1c7783e212065c7b476892f3980d4841ced29 (diff)
Update stale.yml
-rw-r--r--.github/stale.yml17
1 files changed, 11 insertions, 6 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
index da84d4e..c8d8ec3 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -1,16 +1,21 @@
-# Number of days of inactivity before an issue becomes stale
+# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 60
-# Number of days of inactivity before a stale issue is closed
+
+# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
+# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
daysUntilClose: 7
-# Label to use when marking an issue as stale
+
+# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
+ - lifecycle/frozen
- enhancement
- bug
-staleLabel: wontfix
+
+# Label to use when marking an issue as stale
+staleLabel: outdated
+
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
-# Comment to post when closing a stale issue. Set to `false` to disable
-closeComment: false