Skip to content

Commit

Permalink
feat(snippet-bot): add android org to allowlist (#5633)
Browse files Browse the repository at this point in the history
Fixes #5632
  • Loading branch information
chingor13 authored Dec 18, 2024
1 parent be1b7ed commit 34e1a74
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 @@ -86,6 +86,7 @@ const REFRESH_STRING = '- [x] Refresh this comment';
const MAX_CHARS_IN_COMMENT = 64000;

const ALLOWED_ORGANIZATIONS = [
'android',
'googleapis',
'GoogleCloudPlatform',
'googlemaps',
Expand Down

0 comments on commit 34e1a74

Please sign in to comment.