[all-commits] [llvm/llvm-project] 1e658a: [Workflow] Add Release Repo sync script

Tobias Hieta via All-commits all-commits at lists.llvm.org
Fri Feb 10 05:41:37 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e658ad1728ef9c7e2e3d8b263643e8557a28002
      https://github.com/llvm/llvm-project/commit/1e658ad1728ef9c7e2e3d8b263643e8557a28002
  Author: Tobias Hieta <tobias at hieta.se>
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
    A llvm/utils/git/sync-release-repo.sh

  Log Message:
  -----------
  [Workflow] Add Release Repo sync script

Adds a bash script that syncs llvm/llvm-project and llvm/llvm-project-release-prs.
This should run on pushes to any of the repositories release branches.

I will follow this up with a change to the github actions to run this
script.

This breaks out the sync script from: https://reviews.llvm.org/D133476
so we can keep them separate.

Reviewed By: kwk

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




More information about the All-commits mailing list