cli/pkg/cmd/pr/merge
Mikel Olasagasti Uranga 4396e40a31 Fix: Ensure constant format strings in fmt and printf calls
Go 1.24 introduces stricter checks for format string validation.
This commit fixes instances where non-constant format strings were
used in calls to functions like `fmt.Errorf`, `fmt.Printf`, and similar.

Signed-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info>
2025-01-20 16:27:27 +01:00
..
http.go Added flag to pr merge allowing the selection of the merge commit email 2022-10-01 12:16:05 -05:00
merge.go Fix: Ensure constant format strings in fmt and printf calls 2025-01-20 16:27:27 +01:00
merge_test.go Return err instead of silentError in merge queue check 2024-12-12 15:54:01 -07:00