summaryrefslogtreecommitdiff
path: root/triagebot.toml
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-05-15 15:16:29 +0000
committerbors <bors@rust-lang.org>2023-05-15 15:16:29 +0000
commit586541b97e047cfec540fad752bc1eaca4acac36 (patch)
tree542bee1edd6fe3ac67d97425e7ecd2c57ad98eb3 /triagebot.toml
parentd1df7024408f3c103d7d80fec4b25e165890afa1 (diff)
parent07f7c83349a5af80dcbb80ac6f2a8a12dbfdb97b (diff)
downloadrust-libc-586541b97e047cfec540fad752bc1eaca4acac36.tar.gz
Auto merge of #3249 - joshtriplett:switch-to-main, r=Amanieu
Change branch references to HEAD where possible or main otherwise This updates CI, documentation, and similar to work with a `main` branch. It also renames references to *other* repositories to work, as well, which additionally makes it easier to search for remaining references. I verified that all modified links still work.
Diffstat (limited to 'triagebot.toml')
-rw-r--r--triagebot.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 14256c48de..8b989c8db5 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -7,7 +7,7 @@ allow-unauthenticated = [
new_pr = true
[assign]
-contributing_url = "https://github.com/rust-lang/libc/blob/master/CONTRIBUTING.md"
+contributing_url = "https://github.com/rust-lang/libc/blob/HEAD/CONTRIBUTING.md"
[assign.owners]
"*" = ["@JohnTitor"]