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)