From 2e6b48fbc2160539043e4353c39e1282c947cb8b Mon Sep 17 00:00:00 2001 From: Daniel Scherzer Date: Wed, 29 Apr 2026 10:41:42 -0700 Subject: [PATCH] Prepare to rename rust-lang/thanks primary branch to `main` --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index cc754d9..fdaa53d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -784,7 +784,7 @@ impl Context { // Once we've tagged rustc, kick off a thanks workflow run. github .token("rust-lang/thanks")? - .workflow_dispatch("ci.yml", "master")?; + .workflow_dispatch("ci.yml", "main")?; if let Some(cargo_repo) = self.config.cargo_tag_repository.clone() { let cargo_version = self