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 4c101b0 commit 4a6a157Copy full SHA for 4a6a157
.github/workflows/spring-merge-dependabot-pr.yml
@@ -74,7 +74,7 @@ jobs:
74
if [ -z $AUTO_MERGE ]
75
then
76
PR_MILESTONE=$(gh pr view ${{ github.event.pull_request.number }} --json milestone -q '.milestone.number')
77
- if [ -z $PR_MILESTONE ]
+ if [ $PR_MILESTONE ]
78
79
AUTO_MERGE=true
80
fi
0 commit comments