mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-22 14:34:58 -07:00
Merge branch 'main' into develop
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user