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 e08783b commit b2c420dCopy full SHA for b2c420d
Dangerfile
@@ -699,7 +699,7 @@ if File.file?(failsafe_report)
699
end
700
701
# Don't show some warnings/messages to a bot, it doesn't read them
702
-prFromRealUser = github.pr_author != 'dependabot'
+prFromRealUser = github.pr_author != 'dependabot[bot]'
703
704
if prFromRealUser && github.pr_body !~ /Addressed to #\d+/
705
warn(
0 commit comments