Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
holtskinner authored Sep 21, 2023
2 parents 4882ae5 + 00bbb04 commit c5d2929
Show file tree
Hide file tree
Showing 302 changed files with 252,369 additions and 18,676 deletions.
2 changes: 1 addition & 1 deletion .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
digest: sha256:b3500c053313dc34e07b1632ba9e4e589f4f77036a7cf39e1fe8906811ae0fce
digest: sha256:240b5bcc2bafd450912d2da2be15e62bc6de2cf839823ae4bf94d4f392b451dc
36 changes: 19 additions & 17 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,24 @@
# @GoogleCloudPlatform/ml-apis are the default owners for changes in this repo
* @GoogleCloudPlatform/ml-apis

# @matthewayne is the default owner for PDF splitter sample changes
/pdf-splitter-python/ @holtskinner
/web-app-demo/ @galz10 @holtskinner
/extract-languages @holtskinner
/extract-tables @holtskinner
/filter-hitl-language @holtskinner
/fraud-detection-python @holtskinner
/tax-processing-pipeline-python @holtskinner
/bq-connector @mservidio
/sql-pdf-python @dojowahi
/document_ai_warehouse/document_ai_warehouse_processing_python @HSbedi87
/document-json-explorer @kolban-google
/apps-script-google-drive @holtskinner @GoogleCloudPlatform/ml-apis
/bq-connector @mservidio @GoogleCloudPlatform/ml-apis
/sql-pdf-python @dojowahi @GoogleCloudPlatform/ml-apis
/document_ai_warehouse/document_ai_warehouse_processing_python @HSbedi87 @GoogleCloudPlatform/ml-apis
/document_ai_warehouse/batch-ingestion-docai-wh @evekhm @GoogleCloudPlatform/ml-apis
/document-json-explorer @kolban-google @GoogleCloudPlatform/ml-apis
/web-app-pix2info-python @PicardParis @holtskinner @GoogleCloudPlatform/ml-apis
/cx-content-moderation @ghchinoy @GoogleCloudPlatform/ml-apis
/form-parser-cde @HSbedi87 @GoogleCloudPlatform/ml-apis
/document-processing-workflows @ffeldhaus @GoogleCloudPlatform/ml-apis

# Community owners
/community/identity-form-autofiller-python @PicardParis
/community/codelabs/docai-form-parser @holtskinner
/community/codelabs/docai-ocr @holtskinner
/community/codelabs/docai-specialized-processors @holtskinner
/community/expense-parser-python @jiya-zhang
/community/identity-form-autofiller-python @PicardParis @GoogleCloudPlatform/ml-apis
/community/expense-parser-python @jiya-zhang @GoogleCloudPlatform/ml-apis

# Auto-Approve
**/requirements.txt @yoshi-approver @GoogleCloudPlatform/ml-apis
**/requirements-test.txt @yoshi-approver @GoogleCloudPlatform/ml-apis
**/package.json @yoshi-approver @GoogleCloudPlatform/ml-apis
**/package-lock.json @yoshi-approver @GoogleCloudPlatform/ml-apis
**/pom.xml @yoshi-approver @GoogleCloudPlatform/ml-apis
237 changes: 0 additions & 237 deletions .github/CONTRIBUTING.md

This file was deleted.

6 changes: 6 additions & 0 deletions .github/auto-approve.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rules:
# Option 5: incoming PRs from renovate-bot
- author: "renovate-bot"

# Title for PRs from renovate-bot MUST start with `fix(deps):` or `chore(deps)"`.
title: "^(fix|chore)\\(deps\\):"
8 changes: 4 additions & 4 deletions .github/linters/.gitleaks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title = "gitleaks config"
useDefault = true

[allowlist]
description = "Allowlisted files"
files = [
'''package-lock\.json''', # Ignoring Node/JS manifests
]
description = "global allow lists"
paths = [
'''web-app-demo/Frontend/package-lock.json''',
]
5 changes: 3 additions & 2 deletions .github/linters/.htmlhintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"attr-lowercase": false
}
"id-class-value": false,
"attr-lowercase": false
}
12 changes: 3 additions & 9 deletions .github/linters/.jscpd.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
{
"threshold": 0,
"reporters": [
"consoleFull"
],
"ignore": [
"**/__snapshots__/**",
"**/*_test.py",
"**/*.md"
],
"reporters": ["consoleFull"],
"ignore": ["**/__snapshots__/**", "**/*_test.py", "**/*.md"],
"absolute": true
}
}
Loading

0 comments on commit c5d2929

Please sign in to comment.