gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 177/205: .github/stale.yml: enable the stale bot


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 177/205: .github/stale.yml: enable the stale bot
Date: Thu, 20 Apr 2017 16:21:57 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.54.0
in repository gnurl.

commit ced57e9a9536ee2fe06c700c5274298f3ceaf33d
Author: Daniel Stenberg <address@hidden>
AuthorDate: Fri Apr 7 11:43:06 2017 +0200

    .github/stale.yml: enable the stale bot
    
    Issues and PRs with no activity for 180 days will get marked as stale,
    and if no further activity happens within 14 more days, the issue gets
    closed.
    
    This follows our established policy of not letting stalled bugs "get in
    the way": https://curl.haxx.se/docs/bugs.html#Closing_off_stalled_bugs
    
    Closes #1398
---
 .github/stale.yml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/.github/stale.yml b/.github/stale.yml
new file mode 100644
index 000000000..9bcd4eb1d
--- /dev/null
+++ b/.github/stale.yml
@@ -0,0 +1,17 @@
+# Number of days of inactivity before an issue becomes stale
+daysUntilStale: 180
+# Number of days of inactivity before a stale issue is closed
+daysUntilClose: 14
+# Issues with these labels will never be considered stale
+exemptLabels:
+  - pinned
+  - security
+# 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: false

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]