[Workflow] Add Release Repo sync script
authorTobias Hieta <tobias@hieta.se>
Fri, 27 Jan 2023 15:46:19 +0000 (16:46 +0100)
committerTobias Hieta <tobias@hieta.se>
Fri, 10 Feb 2023 13:41:24 +0000 (14:41 +0100)
commit1e658ad1728ef9c7e2e3d8b263643e8557a28002
tree47ceb7d34360fa5e9ce8898ea10aa4e2e5374471
parent8ccde9368f94f7402129e6e61a02d7863f2b6283
[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
llvm/utils/git/sync-release-repo.sh [new file with mode: 0755]