mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-11-01 00:38:27 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			243 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			243 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: Lock Threads
 | |
| 
 | |
| on:
 | |
|   schedule:
 | |
|     - cron: '0 0 * * *'
 | |
| 
 | |
| jobs:
 | |
|   lock:
 | |
|     runs-on: ubuntu-latest
 | |
|     steps:
 | |
|       - uses: dessant/lock-threads@v4
 | |
|         with:
 | |
|           github-token: ${{ github.token }}
 | |
|           issue-inactive-days: 30
 |