Skip to content

Commit 2d2858e

Browse files
authored
Merge pull request #2127 from amustaque97/feat-2037-privision-environments
feat: add support for `[[environments]]` block
2 parents 8cd5d6b + f8cd2d3 commit 2d2858e

File tree

111 files changed

+893
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+893
-3
lines changed

docs/toml-schema.md

Lines changed: 14 additions & 0 deletions

repos/rust-analyzer/metrics.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ bots = []
66

77
[access.teams]
88
rust-analyzer = "write"
9+
10+
[[environments]]
11+
name = "github-pages"
12+

repos/rust-analyzer/rust-analyzer.github.io.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ bots = []
66

77
[access.teams]
88
rust-analyzer = "write"
9+
10+
[[environments]]
11+
name = "github-pages"
12+

repos/rust-lang-nursery/lazy-static.rs.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ bots = []
55

66
[access.teams]
77
libs = "write"
8+
9+
[[environments]]
10+
name = "github-pages"
11+

repos/rust-lang-nursery/rust-cookbook.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ bots = []
66
[access.teams]
77
cookbook = "write"
88
lang-docs = "write"
9+
10+
[[environments]]
11+
name = "github-pages"
12+

repos/rust-lang-nursery/rust-lang-nursery.github.io.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ bots = []
55

66
[access.teams]
77
infra = "write"
8+
9+
[[environments]]
10+
name = "github-pages"
11+

repos/rust-lang-nursery/rust-toolstate.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ infra = "write"
1010
[[branch-protections]]
1111
pattern = "master"
1212
pr-required = false
13+
14+
[[environments]]
15+
name = "github-pages"
16+

repos/rust-lang/a-mir-formality.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ lang = "maintain"
88
lang-ops = "maintain"
99
lang-docs = "maintain"
1010
types = "maintain"
11+
12+
[[environments]]
13+
name = "github-pages"
14+

repos/rust-lang/api-guidelines.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ bots = []
77
[access.teams]
88
libs-api = "write"
99
libs = "write"
10+
11+
[[environments]]
12+
name = "github-pages"
13+

repos/rust-lang/ar_archive_writer.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ bots = []
55

66
[access.teams]
77
compiler = "write"
8+
9+
[[environments]]
10+
name = "publish"
11+

0 commit comments

Comments
 (0)