Skip to content

Commit

Permalink
Merge pull request #207 from rust-lang/revert-202-rm-libc-conf
Browse files Browse the repository at this point in the history
Revert "Remove libc conf"
  • Loading branch information
Mark-Simulacrum committed Feb 28, 2024
2 parents 5bd4b80 + 492af11 commit 4390ce6
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions cfg.production.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,39 @@ remove = ['S-waiting-on-bors']
add = ['S-waiting-on-author']
unless = ['S-blocked', 'S-waiting-on-review']

##########
# libc #
##########

[repo.libc]
owner = "rust-lang"
name = "libc"
timeout = 5400

# Permissions managed through rust-lang/team
rust_team = true
reviewers = []
try_users = []

[repo.libc.branch]
auto = "auto-libc"

[repo.libc.github]
secret = "${HOMU_WEBHOOK_SECRET_LIBC}"

[repo.libc.checks.actions]
name = "bors build finished"
[repo.libc.checks.cirrus-freebsd-13]
name = "nightly x86_64-unknown-freebsd-13"
[repo.libc.checks.cirrus-freebsd-14]
name = "nightly x86_64-unknown-freebsd-14"
[repo.libc.labels.approved] # after homu received `r+`
remove = ['S-blocked', 'S-waiting-on-author', 'S-waiting-on-bors', 'S-waiting-on-review']
add = ['S-waiting-on-bors']
[repo.libc.labels.failed] # test failed (maybe spurious, so fall back to -on-review)
remove = ['S-blocked', 'S-waiting-on-author', 'S-waiting-on-bors', 'S-waiting-on-review']
add = ['S-waiting-on-review']

#############
# stdarch #
#############
Expand Down

0 comments on commit 4390ce6

Please sign in to comment.