From f6fc14673a3b5976449d5e00bfde414db139b6a8 Mon Sep 17 00:00:00 2001 From: DK Date: Sat, 17 Feb 2024 16:20:51 +0530 Subject: [PATCH] fix: add default `chore: ` prefix to upgrade action --- upgrade/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/upgrade/action.yaml b/upgrade/action.yaml index b7efea7d..4cf6d3e3 100644 --- a/upgrade/action.yaml +++ b/upgrade/action.yaml @@ -17,6 +17,7 @@ inputs: prefix: description: Prefix to be added in the PR title required: false + default: "chore: " arguments: description: Extra arguments to pass to trunk upgrade