I've set `fetch-depth` to `${{ github.event.pull_request.commits }}` to avoid fetching my whole repo. The action executes like this:  So then i would expect to have 12 commits (11 + the merge commit) in the rev-list, but i get much more than this.  not sure why. could somebody tell me if it's normal?