Merge branch 'main' into develop

This commit is contained in:
James Cole
2026-05-20 20:18:10 +02:00
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
BODY=$(gh pr view $NUMBER --json body)
AUTHOR=$(gh pr view $NUMBER --json author)
if [[ $BODY == *"app/dependabot"* ]]; then
if [[ $AUTHOR == *"app/dependabot"* ]]; then
echo "Is dependabot, stop"
exit 0
fi