From 0a12b5d22a1ee0975dae8142d61c828ea74508e4 Mon Sep 17 00:00:00 2001 From: Katie McLaughlin Date: Thu, 9 Jan 2025 06:14:54 +1100 Subject: [PATCH] feat(snippet-bot): add terraform-google-modules to allowlist (#5646) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/repo-automation-bots/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [x] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) Fixes b/388096255 🦕 --- packages/snippet-bot/src/snippet-bot.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/snippet-bot/src/snippet-bot.ts b/packages/snippet-bot/src/snippet-bot.ts index 21fa0757337..d7bcbcb44e4 100644 --- a/packages/snippet-bot/src/snippet-bot.ts +++ b/packages/snippet-bot/src/snippet-bot.ts @@ -91,6 +91,7 @@ const ALLOWED_ORGANIZATIONS = [ 'GoogleCloudPlatform', 'googlemaps', 'googlemaps-samples', + 'terraform-google-modules', ]; async function getFiles(dir: string, allFiles: string[]) {