Skip to content

Commit 6c594c4

Browse files
authored
fix(ci): merge queue hotfix for squashed-pr-check.yml (#16353)
2 parents 8b62274 + 23c9556 commit 6c594c4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/squashed-pr-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Squashed PR Check
33
on:
44
pull_request:
55
types: [opened, synchronize, reopened, labeled, unlabeled]
6+
merge_group:
67

78
jobs:
89
check-squashed:
@@ -25,4 +26,4 @@ jobs:
2526
exit 1
2627
fi
2728
28-
echo "✅ PR is properly squashed with $commit_count commit"
29+
echo "✅ PR is properly squashed with $commit_count commit"

0 commit comments

Comments
 (0)