guitarrapc / git-shallow-clone-orb

circleci orb to execute git shallow clone for faster checkout.
https://circleci.com/orbs/registry/orb/guitarrapc/git-shallow-clone
MIT License
21 stars 11 forks source link

update logic of checking whether branch is pull request #39

Closed 5d closed 1 year ago

5d commented 1 year ago

There is a possiblity that user create a PR with the branch name in the format of pull request format. Checking the env var CIRCLE_PULL_REQUEST instead.

guitarrapc commented 1 year ago

Interesting, I'll check it later. Please wait a moment.