Run the rebase conflict checker once an hour (#25914)
This commit is contained in:
		
							parent
							
								
									086ddcb021
								
							
						
					
					
						commit
						dd7aaed762
					
				
					 1 changed files with 2 additions and 11 deletions
				
			
		
							
								
								
									
										13
									
								
								.github/workflows/rebase-needed.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										13
									
								
								.github/workflows/rebase-needed.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -1,17 +1,8 @@
 | 
			
		|||
name: PR Needs Rebase
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    branches-ignore:
 | 
			
		||||
      - 'dependabot/**'
 | 
			
		||||
      - 'renovate/**'
 | 
			
		||||
      - 'l10n_main'
 | 
			
		||||
  pull_request_target:
 | 
			
		||||
    branches-ignore:
 | 
			
		||||
      - 'dependabot/**'
 | 
			
		||||
      - 'renovate/**'
 | 
			
		||||
      - 'l10n_main'
 | 
			
		||||
    types: [synchronize]
 | 
			
		||||
  schedule:
 | 
			
		||||
    cron: '0 * * * *'
 | 
			
		||||
 | 
			
		||||
permissions:
 | 
			
		||||
  pull-requests: write
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue