nealrichardson commented on a change in pull request #8123:
URL: https://github.com/apache/arrow/pull/8123#discussion_r484499701
##########
File path: .github/workflows/comment_bot.yml
##########
@@ -69,7 +69,7 @@ jobs:
git remote add upstream https://github.com/apache/arrow
git fetch upstream
changed() {
- git diff --name-only HEAD^..upstream/master | grep -e "$1"
>/dev/null 2>&1
+ git diff --name-only HEAD..upstream/master | grep -e "$1"
>/dev/null 2>&1
Review comment:
I think I copy-pasted from somewhere; git syntax is not my strength.
I've known it's not quite right for a while but not sure how to fix it, so I'm
assuming your change is more correct.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]