1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

sync_default_gems.rb: ignore COPYING file [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2021-03-29 15:19:37 +09:00
parent f16b9e7f26
commit d87b8ce647
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -354,6 +354,7 @@ IGNORE_FILE_PATTERN =
|[^\/]+\.yml
|\.git.*
|[A-Z]\w+file
|COPYING
)\z/x
def message_filter(repo, sha)