Skip to content
  • Joey Perrott's avatar
    ci: remove reliance on Github API for CI setup (#36500) · 4480ba3e
    Joey Perrott authored
    Previously our CI during the setup process has made requests
    to the Github API to determine the target branch and shas.
    With this change, this information is now determined via git
    commands using pipeline parameters from CircleCI.
    
    PR Close #36500
    4480ba3e