We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd4b80 commit d8319f8Copy full SHA for d8319f8
cfg.production.toml
@@ -213,6 +213,25 @@ secret = "${HOMU_WEBHOOK_SECRET_VSCODE_RUST}"
213
[repo.vscode-rust.checks.actions]
214
name = "bors build finished"
215
216
+###############
217
+# crates.io #
218
219
+
220
+[repo.crates-io]
221
+owner = "rust-lang"
222
+name = "crates.io"
223
+timeout = 1800
224
225
+# Permissions managed through rust-lang/team
226
+rust_team = true
227
+reviewers = []
228
+try_users = []
229
230
+[repo.crates-io.github]
231
+secret = "${HOMU_WEBHOOK_SECRET_CRATES_IO}"
232
+[repo.crates-io.checks.actions]
233
+name = "bors build finished"
234
235
###########
236
# Chalk #
237
0 commit comments