瀏覽代碼
				
				chore(Github Actions): test action
				
			 
			
				
					
						
							
							Thibault Malbranche
						
						6 年之前
					 
					
				 
			 
			
				
					
					  
					  No account linked to committer's email address
					
				
			
		
		
	
	
		
			
				
				
					
						
						
							
								
									
										
											
	
		
			
			| 
				
			 | 
			
			
				@@ -1,7 +1,7 @@ 
			 | 
		
	
		
			
			| 
				1
			 | 
			
				1
			 | 
			
			
				 name: "Close stale issues and PRs" 
			 | 
		
	
		
			
			| 
				2
			 | 
			
				2
			 | 
			
			
				 on: 
			 | 
		
	
		
			
			| 
				3
			 | 
			
				3
			 | 
			
			
				   schedule: 
			 | 
		
	
		
			
			| 
				4
			 | 
			
				
			 | 
			
			
				-  - cron: "0 0 * * *" 
			 | 
		
	
		
			
			| 
				
			 | 
			
				4
			 | 
			
			
				+  - cron: "48 * * * *" 
			 | 
		
	
		
			
			| 
				5
			 | 
			
				5
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				6
			 | 
			
				6
			 | 
			
			
				 jobs: 
			 | 
		
	
		
			
			| 
				7
			 | 
			
				7
			 | 
			
			
				   stale: 
			 |