Skip to content

Commit 5f8ad9b

Browse files
authored
fix: add wildcard to header checker bot config (GoogleCloudPlatform#5238)
* add header checker config * add requirements files to ignore * this is a test for header bot * add wildcards to header checker config * Add Google LLC to copyright holders
1 parent f54f4f3 commit 5f8ad9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/header-checker-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
{"allowedCopyrightHolders": [],
1+
{"allowedCopyrightHolders": ["Google LLC"],
22
"allowedLicenses": ["Apache-2.0", "MIT", "BSD-3"],
3-
"ignoreFiles": ["requirements.txt", "requirements-test.txt"],
3+
"ignoreFiles": ["**/requirements.txt", "**/requirements-test.txt"],
44
"sourceFileExtensions": [
55
"ts",
66
"js",
@@ -12,4 +12,4 @@
1212
"html",
1313
"txt"
1414
]
15-
}
15+
}

0 commit comments

Comments
 (0)