From d8af66599018a4139c6cd6aaaf4e3ee4b4a4c455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Tue, 1 Jul 2025 15:35:19 +0200 Subject: [PATCH] Add `josh-sync` repository This repository will host Rust code and GitHub Actions workflows for synchronizing Josh subtrees from/into rust-lang/rust. --- repos/rust-lang/josh-sync.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 repos/rust-lang/josh-sync.toml diff --git a/repos/rust-lang/josh-sync.toml b/repos/rust-lang/josh-sync.toml new file mode 100644 index 000000000..9fde445f3 --- /dev/null +++ b/repos/rust-lang/josh-sync.toml @@ -0,0 +1,12 @@ +org = "rust-lang" +name = "josh-sync" +description = "Utilities for synchronizing Josh subtrees to the Rust compiler repo" +bots = [] + +[access.teams] +compiler = "write" +infra = "write" + +[[branch-protections]] +pattern = "main" +required-approvals = 0