Skip to content

Commit

Permalink
feat(snippet-bot): add terraform-google-modules to allowlist (#5646)
Browse files Browse the repository at this point in the history
- [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 🦕
  • Loading branch information
glasnt authored Jan 8, 2025
1 parent daa31db commit 0a12b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/snippet-bot/src/snippet-bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ const ALLOWED_ORGANIZATIONS = [
'GoogleCloudPlatform',
'googlemaps',
'googlemaps-samples',
'terraform-google-modules',
];

async function getFiles(dir: string, allFiles: string[]) {
Expand Down

0 comments on commit 0a12b5d

Please sign in to comment.