Skip to content

Commit a8681b8

Browse files
authored
Merge pull request #2082 from Kobzol/glob
Add triagebot to glob
2 parents a3e926d + bde844e commit a8681b8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

repos/rust-lang/glob.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
org = 'rust-lang'
2-
name = 'glob'
3-
description = 'Support for matching file paths against Unix shell style patterns.'
4-
homepage = "http://doc.rust-lang.org/glob"
5-
bots = []
1+
org = "rust-lang"
2+
name = "glob"
3+
description = "Support for matching file paths against Unix shell style patterns."
4+
homepage = "https://doc.rust-lang.org/glob"
5+
bots = ["rustbot"]
66

77
[access.teams]
8-
crate-maintainers = 'maintain'
8+
crate-maintainers = "maintain"
99

1010
[[branch-protections]]
1111
pattern = "master"

0 commit comments

Comments
 (0)