aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-08-24 21:59:03 +0000
committerFuwn <[email protected]>2021-08-24 21:59:03 +0000
commit470a2a49f31e83ae0eadb13851e2de5677e664c9 (patch)
treea89ce8abea6fb01e521d2858cb6e583d27bf0bb7 /.github
parentMerge pull request #21 from fuwn/renovate/tokio-1.x (diff)
downloadnitrous-470a2a49f31e83ae0eadb13851e2de5677e664c9.tar.xz
nitrous-470a2a49f31e83ae0eadb13851e2de5677e664c9.zip
feat(github): stale issue pruning
Diffstat (limited to '.github')
-rw-r--r--.github/stale.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
new file mode 100644
index 0000000..0718720
--- /dev/null
+++ b/.github/stale.yml
@@ -0,0 +1,11 @@
+daysUntilStale: 30
+daysUntilClose: 7
+exemptLabels:
+ - pinned
+ - security
+staleLabel: wontfix
+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.
+closeComment: true