You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by fj...@apache.org on 2019/06/19 20:52:31 UTC

[incubator-druid] branch s created (now eb76b4b)

This is an automated email from the ASF dual-hosted git repository.

fjy pushed a change to branch s
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git.


      at eb76b4b  Enable stalebot for issues

This branch includes the following new commits:

     new eb76b4b  Enable stalebot for issues

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[incubator-druid] 01/01: Enable stalebot for issues

Posted by fj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

fjy pushed a commit to branch s
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git

commit eb76b4be9ae610f297fefaf614f1a00a04b08ac3
Author: fjy <fa...@gmail.com>
AuthorDate: Wed Jun 19 13:52:11 2019 -0700

    Enable stalebot for issues
---
 .github/stale.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/stale.yml b/.github/stale.yml
index da33fe2..2359170 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -23,7 +23,7 @@ exemptLabels:
 exemptMilestones: true
 
 # Limit to only `issues` or `pulls`
-only: pulls
+# only: pulls
 
 # Label applied when closing
 staleLabel: stale
@@ -44,4 +44,4 @@ pulls:
   closeComment: >
     This pull request 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.
\ No newline at end of file
+    any time.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org