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

github.com/stanfordnlp/stanza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Qi <qipeng@users.noreply.github.com>2020-12-29 21:00:47 +0300
committerGitHub <noreply@github.com>2020-12-29 21:00:47 +0300
commitf0338f891a03e242c7e11e440dec6e191d54ab77 (patch)
treec591d23eb092b1b59cb1b222c1f2f8f89d2874d1 /.github
parent708c9358bbb9fd43d7bd4333ac621e1b35a77751 (diff)
Create stale.yml
Diffstat (limited to '.github')
-rw-r--r--.github/stale.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
new file mode 100644
index 00000000..8b3bb878
--- /dev/null
+++ b/.github/stale.yml
@@ -0,0 +1,20 @@
+# Number of days of inactivity before an issue becomes stale
+daysUntilStale: 60
+# Number of days of inactivity before a stale issue is closed
+daysUntilClose: 7
+# Issues with these labels will never be considered stale
+exemptLabels:
+ - pinned
+ - security
+ - fixed on dev
+ - bug
+# Label to use when marking an issue as stale
+staleLabel: stale
+# 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: >
+ This issue has been automatically closed due to inactivity.