Skip merge commit created by bundlerbot.
This commit is contained in:
parent
82527d9b50
commit
67cde179c5
@ -252,7 +252,7 @@ def sync_default_gems_with_commits(gem, range)
|
|||||||
IO.popen(%W"git diff-tree --no-commit-id --name-only -r #{sha}") do |f|
|
IO.popen(%W"git diff-tree --no-commit-id --name-only -r #{sha}") do |f|
|
||||||
files = f.read.split("\n")
|
files = f.read.split("\n")
|
||||||
end
|
end
|
||||||
subject =~ /^Merge/ || files.all?{|file| file =~ IGNORE_FILE_PATTERN}
|
subject =~ /^Merge/ || subject =~ /^Auto Merge/ || files.all?{|file| file =~ IGNORE_FILE_PATTERN}
|
||||||
end
|
end
|
||||||
|
|
||||||
puts "Try to pick these commits:"
|
puts "Try to pick these commits:"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user