We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c2d32 commit 7f672deCopy full SHA for 7f672de
.github/workflows/dependabot-auto-merge.yml
@@ -74,7 +74,7 @@ jobs:
74
echo "PR Mergeable: $PR_MERGEABLE"
75
echo "PR State: $PR_STATE"
76
77
- if [ "$PR_AUTHOR" = "dependabot[bot]" ]; then
+ if [ "$PR_AUTHOR" = "dependabot[bot]" ] || [ "$PR_AUTHOR" = "app/dependabot" ]; then
78
echo "is_dependabot=true" >> $GITHUB_OUTPUT
79
else
80
echo "is_dependabot=false" >> $GITHUB_OUTPUT
0 commit comments