Skip to content

Commit 8deef23

Browse files
author
Ryan
committed
chore: não aguento mais esse actions
1 parent c09531d commit 8deef23

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/develop-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
2424
echo "Mensagem detectada: $MSG"
2525
26-
if [[ ! "$MSG" =~ ^(feat|feat!|chore|fix|refactor|docs)(\(.+\))?:|^Merge ]]; then
26+
if [[ ! "$MSG" =~ ^(feat|feat!|chore|fix|refactor|docs)(\(.+\))?:|^Merge|^Revert ]]; then
2727
echo "❌ Mensagem de commit inválida!"
2828
echo "Use um dos formatos: feat:, feat!:, chore:, fix:, refactor:, docs:"
2929
exit 1

.github/workflows/main-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
2424
echo "Mensagem detectada: $MSG"
2525
26-
if [[ ! "$MSG" =~ ^(feat|feat!|chore|fix|refactor|docs)(\(.+\))?:|^Merge ]]; then
26+
if [[ ! "$MSG" =~ ^(feat|feat!|chore|fix|refactor|docs)(\(.+\))?:|^Merge|^Revert ]]; then
2727
echo "❌ Mensagem de commit inválida!"
2828
echo "Use um dos formatos: feat:, feat!:, chore:, fix:, refactor:, docs:"
2929
exit 1

0 commit comments

Comments
 (0)