Skip to content

Commit 153c7f7

Browse files
Jacksunweicopybara-github
authored andcommitted
ci: ignore browser assets in license lint
Merge #5612 ## Summary - Added `.github/header-checker-lint.yml` with full configuration to ignore `src/google/adk/cli/browser/**`. - Ensured Python files are still checked by adding `py` to `sourceFileExtensions` ## Test Plan - Verify that the `License Header Lint GCF` / `header-check` status check passes on this PR Co-authored-by: Wei Sun (Jack) <weisun@google.com> COPYBARA_INTEGRATE_REVIEW=#5612 from google:ci/ignore-browser-assets d08d161 PiperOrigin-RevId: 911583387
1 parent b58ce57 commit 153c7f7

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/header-checker-lint.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
allowedCopyrightHolders:
2+
- 'Google LLC'
3+
allowedLicenses:
4+
- 'Apache-2.0'
5+
- 'MIT'
6+
- 'BSD-3'
7+
sourceFileExtensions:
8+
- 'ts'
9+
- 'js'
10+
- 'java'
11+
- 'py'
12+
ignoreFiles:
13+
- 'src/google/adk/cli/browser/**'

0 commit comments

Comments
 (0)