summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJim OLeary <jim.oleary@gmail.com>2020-03-02 14:48:15 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-28 10:33:12 +0000
commit54efb1c92a592f62f05c1eb9aeb92527c6008c08 (patch)
tree7b079374139adb9ce48f5aba1b66f1bd667ced98 /etc
parent77162e6d10c23eb05e8805290ac8dc0b579f04a7 (diff)
downloadmongo-54efb1c92a592f62f05c1eb9aeb92527c6008c08.tar.gz
SERVER-45730 update commit queue message validation
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 1322416dd71..7eeb64967cf 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -8532,7 +8532,7 @@ tasks:
commit_message_content=$(cat commit_message.txt)
${activate_virtualenv}
- $python buildscripts/validate_commit_message.py "$commit_message_content"
+ $python buildscripts/validate_commit_message.py "$commit_message_content" -a "${author}"
fi
- <<: *task_template