summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRiley Park <[email protected]>2020-12-02 12:27:23 -0800
committerRiley Park <[email protected]>2020-12-02 12:31:32 -0800
commit5e220bcb5b19a740c66603cabad1ffbf1a520b06 (patch)
treeff8c2c89f91de7217b0856b447d7bee205c8f8c3
parent2a44498a547784f2e3361a10384f642726d6cb55 (diff)
downloadPaper-5e220bcb5b19a740c66603cabad1ffbf1a520b06.tar.gz
Paper-5e220bcb5b19a740c66603cabad1ffbf1a520b06.zip
[ci skip] add stale bot configuration
-rw-r--r--.github/stale.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
new file mode 100644
index 0000000000..3cab1f672c
--- /dev/null
+++ b/.github/stale.yml
@@ -0,0 +1,13 @@
+daysUntilStale: 60
+daysUntilClose: 7
+exemptLabels:
+ - "status: accepted"
+staleLabel: "resolution: stale"
+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: >
+ This issue has been automatically closed because it has not had activity in
+ a long time. If the issue still applies to the most recent supported
+ version, please open a new issue referencing this original issue.