Skip to content

Commit 7ea89a4

Browse files
authored
chore(repo): Run PR title lint on pushes (#7482)
1 parent c15e52c commit 7ea89a4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/pink-streets-sit.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/pr-title-linter.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ name: PR Title Lint
77
on:
88
pull_request:
99
types:
10-
- opened
1110
- edited
11+
- opened
12+
- reopened
13+
- synchronize
1214

1315
permissions:
1416
contents: read

0 commit comments

Comments
 (0)