Skip to content

Commit 6997113

Browse files
committed
revert: "Dangerfile: fix bot user recognision."
This reverts commit b2c420d. [ci skip]
1 parent 7d51e23 commit 6997113

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[bot]'
702+
prFromRealUser = github.pr_author != 'dependabot'
703703

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

0 commit comments

Comments
 (0)