Skip to content

Commit 59bf895

Browse files
committed
Add crates_io_og_image repository
1 parent 533e5c8 commit 59bf895

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
org = "rust-lang"
2+
name = "crates_io_og_image"
3+
description = "OpenGraph image generation for crates.io packages"
4+
homepage = "https://crates.io/crates/crates_io_og_image"
5+
bots = ["renovate", "rustbot"]
6+
7+
[access.teams]
8+
crates-io = "write"
9+
10+
[[branch-protections]]
11+
pattern = "main"
12+
ci-checks = ["CI"]
13+
required-approvals = 0

0 commit comments

Comments
 (0)