We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b62274 + 23c9556 commit 6c594c4Copy full SHA for 6c594c4
1 file changed
.github/workflows/squashed-pr-check.yml
@@ -3,6 +3,7 @@ name: Squashed PR Check
3
on:
4
pull_request:
5
types: [opened, synchronize, reopened, labeled, unlabeled]
6
+ merge_group:
7
8
jobs:
9
check-squashed:
@@ -25,4 +26,4 @@ jobs:
25
26
exit 1
27
fi
28
- echo "✅ PR is properly squashed with $commit_count commit"
29
+ echo "✅ PR is properly squashed with $commit_count commit"
0 commit comments