[all-commits] [llvm/llvm-project] 560efa: workflows: Release Workflow - Avoid selecting rand...

Tom Stellard via All-commits all-commits at lists.llvm.org
Tue Aug 2 14:07:41 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 560efad701709cc57021ccb14f91a012c5e835d3
      https://github.com/llvm/llvm-project/commit/560efad701709cc57021ccb14f91a012c5e835d3
  Author: Tom Stellard <tstellar at redhat.com>
  Date:   2022-08-02 (Tue, 02 Aug 2022)

  Changed paths:
    M llvm/utils/git/github-automation.py

  Log Message:
  -----------
  workflows: Release Workflow - Avoid selecting random reviewers when no phab review

If you pass a NULL reivew ID to the differential.revision.search API,
it returns all revisions and we were just taking the first one and
assuming it was associated with the commit in the PR.

We need to exit early if we can't find a Phabricator review associated
with a commit.




More information about the All-commits mailing list