Skip to content

Commit b2c420d

Browse files
committed
Dangerfile: fix bot user recognision.
Correction for d5e0f52 commit. [ci skip]
1 parent e08783b commit b2c420d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dangerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ if File.file?(failsafe_report)
699699
end
700700

701701
# Don't show some warnings/messages to a bot, it doesn't read them
702-
prFromRealUser = github.pr_author != 'dependabot'
702+
prFromRealUser = github.pr_author != 'dependabot[bot]'
703703

704704
if prFromRealUser && github.pr_body !~ /Addressed to #\d+/
705705
warn(

0 commit comments

Comments
 (0)