From fedf5166f0c57db14b9e43747121e4b7845b63dd Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 20 Aug 2024 06:25:17 +0100 Subject: feat: set proposal branch prefix to `pr/` from `prs/`. whilst plural reflects usage of `heads` and `tags` in git refs, singular is shorter and more reflective of usage of branch prefixes such as `feature/` `fix/` --- test_utils/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_utils/src/lib.rs') diff --git a/test_utils/src/lib.rs b/test_utils/src/lib.rs index 84ae8a9..56e9b17 100644 --- a/test_utils/src/lib.rs +++ b/test_utils/src/lib.rs @@ -1098,7 +1098,7 @@ pub fn get_proposal_branch_name_from_events( }) }) { return Ok(format!( - "prs/{}({})", + "pr/{}({})", branch_name_in_event, &event.id.to_hex().as_str()[..8], )); -- cgit v1.2.3