1 parent c09bafa commit ed7db07Copy full SHA for ed7db07
1 file changed
.github/workflows/auto-update-pr-branches.yaml
@@ -42,8 +42,7 @@ jobs:
42
if [ "$merge_state" = "BEHIND" ]; then
43
echo "PR #$pr is behind main, triggering Dependabot rebase"
44
gh pr comment --repo "${{ github.repository }}" "$pr" --body "@dependabot rebase" || true
45
- else
46
- if [ "$merge_state" = "UNKNOWN" ]; then
+ elif [ "$merge_state" = "UNKNOWN" ]; then
47
echo "PR #$pr state UNKNOWN, triggering Dependabot rebase anyway to be safe"
48
49
else
0 commit comments