Skip to content

Commit 14747a2

Browse files
committed
bot
1 parent f7353ac commit 14747a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Skip if bot
2323
run: |
2424
AUTHOR=$(git log -1 --pretty=%an)
25-
if [[ $AUTHOR =~ "bot|Bot" ]]; then
25+
if [[ $AUTHOR =~ [Bb]ot ]]; then
2626
echo "Commit made by bot, skipping further steps in the pipeline."
2727
exit 0
2828
fi

0 commit comments

Comments
 (0)