pr-automerge: don't automerge PRs for linux-only formulae
This commit is contained in:
		
							parent
							
								
									9e5555b926
								
							
						
					
					
						commit
						d3080c8ce1
					
				@ -38,7 +38,7 @@ module Homebrew
 | 
			
		||||
  def pr_automerge
 | 
			
		||||
    args = pr_automerge_args.parse
 | 
			
		||||
 | 
			
		||||
    without_labels = args.without_labels || ["do not merge", "new formula", "automerge-skip"]
 | 
			
		||||
    without_labels = args.without_labels || ["do not merge", "new formula", "automerge-skip", "linux-only"]
 | 
			
		||||
    tap = Tap.fetch(args.tap || CoreTap.instance.name)
 | 
			
		||||
 | 
			
		||||
    query = "is:pr is:open repo:#{tap.full_name}"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user