 e1a0f94ae7
			
		
	
	
		e1a0f94ae7
		
	
	
	
	
		
			
			Tweak TL;DR a little to provide an empathetic springboard to where we want people to land.
		
			
				
	
	
		
			11 lines
		
	
	
		
			373 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			373 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # Configuration for probot-stale - https://github.com/probot/stale
 | |
| daysUntilStale: 180
 | |
| daysUntilClose: false
 | |
| exemptLabels:
 | |
|   - "1.severity: security"
 | |
|   - "2.status: never-stale"
 | |
| staleLabel: "2.status: stale"
 | |
| markComment: |
 | |
|   I marked this as stale due to inactivity. → [More info](https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md)
 | |
| closeComment: false
 |