From 3ebfbad4b9a27685d40ad832ba6650bf9aca52ba Mon Sep 17 00:00:00 2001 From: Breno Lacerda Date: Tue, 3 Sep 2024 14:39:01 -0300 Subject: [PATCH] Adicionando prefixo Story e Exp --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 601fd45..d850344 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,7 @@ inputs: allowed_branch_list: required: false description: 'Add list branch validate, separeted with ,' - default: 'main,release,feature,devops,hotfix,fix,dependabot,revert' + default: 'main,release,feature,devops,hotfix,fix,dependabot,revert,story,exp' payload: required: false description: 'Create payload to slack message'