From 7e1f3a03ea4dea7b6aec39a555ce3caf22b88d8b Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 23 Jan 2024 00:00:00 +0000 Subject: fix(prs-create): remove d tag from pr event this shouldn't be present --- src/sub_commands/prs/create.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/sub_commands') diff --git a/src/sub_commands/prs/create.rs b/src/sub_commands/prs/create.rs index e5d6262..ced1edd 100644 --- a/src/sub_commands/prs/create.rs +++ b/src/sub_commands/prs/create.rs @@ -314,7 +314,6 @@ pub fn generate_pr_and_patch_events( .context("failed to get root commit of the repository")?; let mut pr_tags = vec![ - Tag::Identifier(root_commit.to_string()), Tag::Reference(format!("r-{root_commit}")), Tag::Name(title.to_string()), Tag::Description(description.to_string()), -- cgit v1.2.3