Skip to content

Commit f5db9d2

Browse files
fix(validate-pr): Add sentry-mobile-updater to bot allowlist (#156)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4ff40ad commit f5db9d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

validate-pr/scripts/validate-pr.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ module.exports = async ({ github, context, core }) => {
2626
'github-actions[bot]',
2727
'javascript-sdk-gitflow[bot]',
2828
'renovate[bot]',
29+
'sentry-mobile-updater[bot]',
2930
];
3031
if (ALLOWED_BOTS.includes(prAuthor)) {
3132
core.info(`PR author ${prAuthor} is an allowed bot. Skipping.`);

0 commit comments

Comments
 (0)