Skip to content

Commit 016593e

Browse files
committed
fix
1 parent 8e4d335 commit 016593e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/semantic-pr-titles.yml

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
end with a full-stop.
5151
For PRs that add or change ESLint-plugin rules, you should begin
5252
the title with "[rule-name] "
53+
breaking-change:
54+
name: Validate breaking change PR
55+
runs-on: ubuntu-latest
56+
steps:
5357
- uses: actions/checkout@v4
5458
- uses: ./.github/actions/prepare-install
5559
- uses: ./.github/actions/breaking-pr-check

0 commit comments

Comments
 (0)