|  | @@ -1,7 +1,7 @@
 | 
	
		
			
				|  |  |  # Configuration for probot-stale - https://github.com/probot/stale
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  # Number of days of inactivity before an Issue or Pull Request becomes stale
 | 
	
		
			
				|  |  | -daysUntilStale: 180
 | 
	
		
			
				|  |  | +daysUntilStale: 30
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  # 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.
 | 
	
	
		
			
				|  | @@ -29,8 +29,8 @@ staleLabel: "disposition/stale"
 | 
	
		
			
				|  |  |  # Comment to post when marking as stale. Set to `false` to disable
 | 
	
		
			
				|  |  |  markComment: >
 | 
	
		
			
				|  |  |    This issue/PR has been automatically marked as stale because it has not had any update (including
 | 
	
		
			
				|  |  | -  commits, comments, labels, milestones, etc) for 180 days. It will be closed automatically if no
 | 
	
		
			
				|  |  | -  further update occurs in 1 day. Thank you for your contributions!
 | 
	
		
			
				|  |  | +  commits, comments, labels, milestones, etc) for 30 days. It will be closed automatically if no
 | 
	
		
			
				|  |  | +  further update occurs in 7 day. Thank you for your contributions!
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  # Comment to post when removing the stale label.
 | 
	
		
			
				|  |  |  # unmarkComment: >
 | 
	
	
		
			
				|  | @@ -56,4 +56,4 @@ limitPerRun: 30
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  # issues:
 | 
	
		
			
				|  |  |  #   exemptLabels:
 | 
	
		
			
				|  |  | -#     - confirmed
 | 
	
		
			
				|  |  | +#     - confirmed
 |