mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 00:51:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			201 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			201 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
name: Lock closed issues and PRs
 | 
						|
 | 
						|
on:
 | 
						|
  schedule:
 | 
						|
    - cron: "30 0 * * *"  # Run daily at 00:30 UTC
 | 
						|
  workflow_dispatch:
 | 
						|
 | 
						|
jobs:
 | 
						|
  lock:
 | 
						|
    uses: esphome/workflows/.github/workflows/lock.yml@main
 |