[all-commits] [llvm/llvm-project] 17d479: github: Fix release automation /branch command wit...

Tom Stellard via All-commits all-commits at lists.llvm.org
Tue Jul 26 15:10:02 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 17d4796cc84618e9b15f9484e5576127c431bc60
      https://github.com/llvm/llvm-project/commit/17d4796cc84618e9b15f9484e5576127c431bc60
  Author: Tom Stellard <tstellar at redhat.com>
  Date:   2022-07-26 (Tue, 26 Jul 2022)

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

  Log Message:
  -----------
  github: Fix release automation /branch command with new repo

We started using the llvm/llvm-project-release-prs repo for
backport pull requests, but since this repo is not a fork of
llvm/llvm-project it will reject pull requests from other repos. In
order to fix this, when ever someone uses the /branch command to request
a branch be merged into the release branch, we first copy the branch to
the llvm-project-release-prs repo and then create the pull request.

Reviewed By: thieta

Differential Revision: https://reviews.llvm.org/D126940




More information about the All-commits mailing list