Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,10 @@ members-without-zulip-id = [
"ryankurte",
"Stammark",
"therealprof",
"zeenix"
"zeenix",
"abibroom"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"abibroom"
"abibroom",

]

enable-rulesets-repos = [
"rust-lang/bors"
"rust-lang/bors"
]
4 changes: 4 additions & 0 deletions people/abibroom.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name = "Abi Broom"
github = "abibroom"
github-id = 560001
email = "abibroom@rustfoundation.org"
5 changes: 5 additions & 0 deletions people/becrumbul.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "Rebecca Rumbul"
github = "becrumbul"
github-id = 94852900
zulip-id = 522541
email = "rebeccarumbul@rustfoundation.org"
1 change: 1 addition & 0 deletions people/walterhpearce.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ name = "walterhpearce"
github = "walterhpearce"
github-id = 123987141
zulip-id = 584939
email = "walterpearce@rustfoundation.org"
3 changes: 3 additions & 0 deletions teams/all.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ kind = "marker-team"
leads = []
members = []
include-all-team-members = true
included-teams = [
"foundation-staff"
]

[[github]]
orgs = ["rust-lang"]
Expand Down
20 changes: 20 additions & 0 deletions teams/foundation-staff.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name = "foundation-staff"
kind = "marker-team"

[people]
leads = []
members = [
"becrumbul",
"graciegregory",
"JoelMarcey",
"LoriLorusso",
"abibroom",
"baumanj",
"walterhpearce",
"Turbo87",
"LawnGnome",
"marcoieni",
"ubiratansoares",
"ernestkissiedu"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"ernestkissiedu"
"ernestkissiedu",

]
alumni = []