xhochy commented on a change in pull request #8123:
URL: https://github.com/apache/arrow/pull/8123#discussion_r484356615
##########
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 did test this but only with a single commit and I did at first see no
changes until I stumbled upon the `^` here. @nealrichardson do you remember why
you did omit the one commit?
----------------------------------------------------------------
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]