Skip to content

Commit d87e7f5

Browse files
authored
chore: lint PR should run on new PR
1 parent c46cdd0 commit d87e7f5

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/lint-pr.yml‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@ name: Lint PR
22

33
on:
44
pull_request:
5+
types:
6+
- opened
7+
- edited
8+
- synchronize
59

610
permissions:
711
pull-requests: read
812

913
jobs:
1014
main:
11-
name: Validate PR title
15+
name: Validate PR title (conventional commit)
1216
runs-on: ubuntu-latest
1317
steps:
1418
- name: Validate PR title

0 commit comments

Comments
 (0)