Use GITHUB_SHA for finding pr base commit (#6)

Per documentation:

GITHUB_SHA is Last merge commit on the GITHUB_REF branch
and GITHUB_REF is PR merge branch refs/pull/:prNumber/merge

Therefore, we could use GITHUB_SHA~commitNumber for pr base commit.
1 file changed
tree: 471311112e04d959773da6067d1dce6c58fdbf27
  1. diff-only/
  2. pulsarbot/
  3. setup-maven/
  4. .asf.yaml
  5. README.md
README.md

Apache Pulsar Test Infrastructure

This repo is used for keeping all the scripts and github actions for running Pulsar test infrastructure.

Github Actions