We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7353ac commit 14747a2Copy full SHA for 14747a2
1 file changed
.github/workflows/format.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Skip if bot
23
run: |
24
AUTHOR=$(git log -1 --pretty=%an)
25
- if [[ $AUTHOR =~ "bot|Bot" ]]; then
+ if [[ $AUTHOR =~ [Bb]ot ]]; then
26
echo "Commit made by bot, skipping further steps in the pipeline."
27
exit 0
28
fi
0 commit comments