Skip to content

Commit 535db22

Browse files
authored
Merge pull request #1843 from Kobzol/lessen-homu-permissions
Make homu permissions more strict
2 parents c99387a + 0a9dc5b commit 535db22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

repos/rust-lang/homu.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description = "A bot that integrates with GitHub and your favorite continuous in
44
bots = []
55

66
[access.teams]
7-
infra = "write"
7+
infra = "triage"
8+
infra-admins = "write"
89

910
[[branch-protections]]
1011
pattern = "master"
1112
ci-checks = []
12-
required-approvals = 0

0 commit comments

Comments
 (0)