diff options
Diffstat (limited to 'ofborg')
| -rw-r--r-- | ofborg/ofborg-simple-build/Cargo.toml | 2 | ||||
| -rw-r--r-- | ofborg/ofborg/Cargo.toml | 2 | ||||
| -rw-r--r-- | ofborg/tickborg-simple-build/Cargo.toml | 2 | ||||
| -rw-r--r-- | ofborg/tickborg/Cargo.toml | 2 | ||||
| -rw-r--r-- | ofborg/tickborg/src/acl.rs | 2 |
5 files changed, 6 insertions, 4 deletions
diff --git a/ofborg/ofborg-simple-build/Cargo.toml b/ofborg/ofborg-simple-build/Cargo.toml index 65d55f6e1a..5809b2bdbb 100644 --- a/ofborg/ofborg-simple-build/Cargo.toml +++ b/ofborg/ofborg-simple-build/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tickborg-simple-build" version = "0.1.0" -authors = ["Project Tick Contributors"] +authors = ["Project Tick"] edition = "2024" [dependencies] diff --git a/ofborg/ofborg/Cargo.toml b/ofborg/ofborg/Cargo.toml index 459c06459e..9f38f01945 100644 --- a/ofborg/ofborg/Cargo.toml +++ b/ofborg/ofborg/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tickborg" version = "0.1.0" -authors = ["Project Tick Contributors"] +authors = ["Project Tick"] build = "build.rs" edition = "2024" description = "Distributed CI bot for Project Tick monorepo" diff --git a/ofborg/tickborg-simple-build/Cargo.toml b/ofborg/tickborg-simple-build/Cargo.toml index 65d55f6e1a..5809b2bdbb 100644 --- a/ofborg/tickborg-simple-build/Cargo.toml +++ b/ofborg/tickborg-simple-build/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tickborg-simple-build" version = "0.1.0" -authors = ["Project Tick Contributors"] +authors = ["Project Tick"] edition = "2024" [dependencies] diff --git a/ofborg/tickborg/Cargo.toml b/ofborg/tickborg/Cargo.toml index 459c06459e..9f38f01945 100644 --- a/ofborg/tickborg/Cargo.toml +++ b/ofborg/tickborg/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tickborg" version = "0.1.0" -authors = ["Project Tick Contributors"] +authors = ["Project Tick"] build = "build.rs" edition = "2024" description = "Distributed CI bot for Project Tick monorepo" diff --git a/ofborg/tickborg/src/acl.rs b/ofborg/tickborg/src/acl.rs index 2059b3e08f..ceaf15ff7a 100644 --- a/ofborg/tickborg/src/acl.rs +++ b/ofborg/tickborg/src/acl.rs @@ -13,6 +13,8 @@ impl Acl { } } + let repos = repos.into_iter().map(|r| r.to_lowercase()).collect(); + Acl { trusted_users, repos, |
