This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new fbb80fe ci: add stale bot (#4850)
fbb80fe is described below
commit fbb80fe8da33e75d57899474a3d1432a088a0690
Author: 罗泽轩 <[email protected]>
AuthorDate: Thu Aug 19 09:51:52 2021 +0800
ci: add stale bot (#4850)
---
.github/stale.yml | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/.github/stale.yml b/.github/stale.yml
new file mode 100644
index 0000000..57cc9d5
--- /dev/null
+++ b/.github/stale.yml
@@ -0,0 +1,43 @@
+# Configuration for probot-stale - https://github.com/probot/stale
+
+# Label applied when closing
+staleLabel: stale
+
+# Configuration settings that are specific to just 'issues' or 'pulls':
+pulls:
+ daysUntilStale: 60
+ daysUntilClose: 28
+ limitPerRun: 5
+ markComment: >
+ This pull request has been marked as stale due to 60 days of inactivity.
+ It will be closed in 4 weeks if no further activity occurs. If you think
+ that's incorrect or this pull request should instead be reviewed, please
simply
+ write any comment. Even if closed, you can still revive the PR at any time
or
+ discuss it on the [email protected] list.
+ Thank you for your contributions.
+ unmarkComment: >
+ This pull request/issue is no longer marked as stale.
+ closeComment: >
+ This pull request/issue has been closed due to lack of activity. If you
think that
+ is incorrect, or the pull request requires review, you can revive the PR
at any time.
+
+issues:
+ daysUntilStale: 350
+ daysUntilClose: 14
+ markComment: >
+ This issue has been marked as stale due to 350 days of inactivity.
+ It will be closed in 2 weeks if no further activity occurs. If this issue
is still
+ relevant, please simply write any comment. Even if closed, you can still
revive the
+ issue at any time or discuss it on the [email protected] list.
+ Thank you for your contributions.
+ unmarkComment: >
+ This issue is no longer marked as stale.
+ closeComment: >
+ This issue has been closed due to lack of activity. If you think that
+ is incorrect, or the issue requires additional review, you can revive the
issue at
+ any time.
+ # Issues with these labels will never be considered stale.
+ exemptLabels:
+ - bug
+ - enhancement
+ - good first issue