Skip to content

Commit

Permalink
feat(release-trigger): Add GoogleCloudDataproc to allowlist (#5613)
Browse files Browse the repository at this point in the history
Adding the Dataproc organization to the release-trigger allowlist.
  • Loading branch information
bsidhom authored Dec 5, 2024
1 parent f3fbbab commit 6662ddc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/release-trigger/src/release-trigger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ export const execFile = function (
});
};

export const ALLOWED_ORGANIZATIONS = ['googleapis', 'GoogleCloudPlatform'];
export const ALLOWED_ORGANIZATIONS = [
'googleapis',
'GoogleCloudDataproc',
'GoogleCloudPlatform',
];

export const FAILED_LABEL = 'autorelease: failed';
export const TAGGED_LABEL = 'autorelease: tagged';
Expand Down

0 comments on commit 6662ddc

Please sign in to comment.