|
36 | 36 | ".github/ISSUE_TEMPLATE/", |
37 | 37 | ".github/PULL_REQUEST_TEMPLATE.md", |
38 | 38 | ".github/auto-label.yaml", |
39 | | - ".github/blunderbuss.yaml", |
| 39 | + ".github/blunderbuss.yml", |
40 | 40 | ".github/flakybot.yaml", |
41 | | - ".github/header-checker-lint.yaml", |
| 41 | + ".github/header-checker-lint.yml", |
42 | 42 | ".github/scripts/", |
43 | 43 | ".github/snippet-bot.yml", |
44 | 44 | ".github/trusted-contribution.yml", |
|
77 | 77 | // TODO: fix these |
78 | 78 | "ai-platform/snippets", // PERMISSION_DENIED: Permission denied: Consumer 'projects/undefined' has been suspended. |
79 | 79 | "automl", // (untested) FAILED_PRECONDITION: Google Cloud AutoML Natural Language was retired on March 15, 2024. Please migrate to Vertex AI instead |
80 | | - "cloud-sql/mysql/mysql", // (untested) Error: expected 200 "OK", got 500 "Internal Server Error" |
81 | | - "cloud-sql/mysql/mysql2", // (untested) Error: Cannot find module './connect-connector-with-iam-authn.js' |
82 | | - "cloud-sql/postgres/knex", // (untested) CloudSQLConnectorError: Malformed instance connection name provided: expected format of "PROJECT:REGION:INSTANCE", got undefined |
83 | | - "cloud-sql/sqlserver/mssql", // (untested) TypeError: The "config.server" property is required and must be of type string. |
84 | 80 | "cloud-sql/sqlserver/tedious", // (untested) TypeError: The "config.server" property is required and must be of type string. |
85 | 81 | "compute", // GoogleError: The resource 'projects/long-door-651/zones/us-central1-a/disks/disk-from-pool-name' was not found |
86 | 82 | "dataproc", // GoogleError: Error submitting create cluster request: Multiple validation errors |
|
89 | 85 | "dlp", // [ERR_REQUIRE_ESM]: require() of ES Module |
90 | 86 | "document-ai", // [ERR_REQUIRE_ESM]: require() of ES Module |
91 | 87 | "functions/billing", // (untested) Error: Request failed with status code 500 |
92 | | - "functions/imagemagick", // (untested) Error: A bucket name is needed to use Cloud Storage |
93 | | - "functions/ocr/app", // (untested) Error: Bucket not provided. Make sure you have a "bucket" property in your request |
94 | 88 | "functions/slack", // TypeError [ERR_INVALID_ARG_TYPE]: The "key" argument must be of type ... Received undefined |
95 | | - "functions/v2/imagemagick", // (untested) Error: A bucket name is needed to use Cloud Storage. |
96 | 89 | "healthcare/fhir", // Error: Cannot find module 'whatwg-url' |
97 | 90 | "iam/deny", // PERMISSION_DENIED: Permission iam.googleapis.com/denypolicies.create denied on resource cloudresourcemanager.googleapis.com/projects/long-door-651 |
98 | | - "run/idp-sql", // (untested) Error: Invalid contents in the credentials file |
99 | 91 | "storagetransfer", // CredentialsError: Missing credentials in config, if using AWS_CONFIG_FILE, set AWS_SDK_LOAD_CONFIG=1 |
100 | 92 | "video-intelligence", // PERMISSION_DENIED: The caller does not have permission |
101 | | - "vision", // REDIS: Error: connect ECONNREFUSED 127.0.0.1:6379 |
102 | 93 | "workflows", // SyntaxError: Cannot use import statement outside a module |
103 | 94 | "workflows/quickstart" // [ERR_MODULE_NOT_FOUND]: Cannot find package 'ts-node' imported from ... |
104 | 95 | ] |
|
0 commit comments