We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff40ad commit f5db9d2Copy full SHA for f5db9d2
1 file changed
validate-pr/scripts/validate-pr.js
@@ -26,6 +26,7 @@ module.exports = async ({ github, context, core }) => {
26
'github-actions[bot]',
27
'javascript-sdk-gitflow[bot]',
28
'renovate[bot]',
29
+ 'sentry-mobile-updater[bot]',
30
];
31
if (ALLOWED_BOTS.includes(prAuthor)) {
32
core.info(`PR author ${prAuthor} is an allowed bot. Skipping.`);
0 commit comments