Skip to content

Commit

Permalink
add extra checks
Browse files Browse the repository at this point in the history
Change-Id: I1d54ae2b3d19b91504be581970821d4785c951f9
  • Loading branch information
davidcavazos committed Dec 4, 2023
1 parent dd4b86f commit 1d50de2
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/header-checker-lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Copyright 2023 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

allowedCopyrightHolders:
- "Google LLC"
- "Google, Inc"

allowedLicenses:
- "Apache-2.0"
- "MIT"
- "BSD-3"

ignoreFiles:
- "**/package.json"
- "**/package-lock.json"
- "**/requirements.txt"
- "**/requirements-test.txt"
- "**/__init__.py"
- "client/src/vendor/**"

ignoreLicenseYear: true

sourceFileExtensions:
- "js"
- "sh"
- "Dockerfile"
- "yml"
- "py"
- "html"
36 changes: 36 additions & 0 deletions .github/labeler.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Copyright 2023 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the 'License');
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an 'AS IS' BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# Labeler assigns GitHub labels to PRs based on changed files.

webhook:
- webhook/*
- webhook/**/*
terraform:
- '*.tf'
testing:
- examples/*
- examples/**/*
- test/*
- test/**/*
docs:
- docs/*
- docs/**/*
infra:
- .flake8
- .github/*
- .github/**/*
- Makefile
- build/*
- build/**/*

0 comments on commit 1d50de2

Please sign in to comment.