Don't ask emacspace to update changelog

This commit is contained in:
JAremko 2019-04-03 19:43:20 +03:00 committed by Eugene Yaremenko
parent 074588475b
commit 0150ed9fb6
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@ if [[ -z "${CIRCLE_PR_NUMBER// }" ]]; then
exit 0
fi
if [[ "$CIRCLE_PR_USERNAME" == "emacspace" ]]; then
echo "Fun fact. Bots can't climb stairs or update CHANGELOG.develop"
exit 0
fi
if grep -q CHANGELOG.develop /tmp/changed_files; then
echo "CHANGELOG.develop was updated as required"
else