Skip to content

Commit

Permalink
add calendar repositories
Browse files Browse the repository at this point in the history
Add two repositories: `calendar-generation` contains a utility that will
generate an iCalendar document from TOML files containing the events, and
`calendar` contains TOML files and CI configuration to use
`calendar-generation` to generate and then host the calendar documents on
GitHub Pages.

Signed-off-by: David Wood <[email protected]>
  • Loading branch information
davidtwco authored and Mark-Simulacrum committed Jan 8, 2024
1 parent a9ba0cb commit 83e933f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
11 changes: 11 additions & 0 deletions repos/rust-lang/calendar-generation.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
org = "rust-lang"
name = "calendar-generation"
description = "Generate iCalendar documents from calendar specifications in TOML. See rust-lang/calendar."
bots = ["rustbot"]

[access.teams]
compiler = "write"
infra = "write"

[[branch-protections]]
pattern = "main"
18 changes: 18 additions & 0 deletions repos/rust-lang/calendar.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
org = "rust-lang"
name = "calendar"
description = "Calendars for Rust project teams"
bots = ["rustbot"]

[access.teams]
compiler = "maintain"
compiler-contributors = "maintain"
crates-io = "maintain"
docs-rs = "maintain"
infra = "maintain"
lang = "maintain"
leadership-council = "maintain"
libs = "maintain"
release = "maintain"

[[branch-protections]]
pattern = "main"

0 comments on commit 83e933f

Please sign in to comment.