You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vo...@apache.org on 2021/12/15 01:55:29 UTC

[rocketmq-client-go] branch master updated: Update stale.yml

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

vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 35c9a53  Update stale.yml
35c9a53 is described below

commit 35c9a530095f667f6a35f7c3dda302fd1d515ebd
Author: von gosling <vo...@apache.org>
AuthorDate: Wed Dec 15 09:55:25 2021 +0800

    Update stale.yml
---
 .github/stale.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/stale.yml b/.github/stale.yml
index 4bf61a0..8f91927 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -5,15 +5,14 @@ daysUntilStale: 60
 
 # Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
 # Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
-daysUntilClose: 21
+daysUntilClose: 14
 
 # Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
 onlyLabels: []
 
 # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
 exemptLabels:
-  - ""
-  - "Investigating"
+  - bug
 
 # Set to true to ignore issues in a project (defaults to false)
 exemptProjects: false