Skip to content

Commit 3c5f236

Browse files
authored
tests: Add PR linter GH action (#2106)
1 parent f751c01 commit 3c5f236

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/pr-linter.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Check PR title
2+
3+
on:
4+
pull_request_target:
5+
types:
6+
- opened
7+
- reopened
8+
- edited
9+
- synchronize
10+
11+
jobs:
12+
lint:
13+
runs-on: ubuntu-latest
14+
permissions:
15+
statuses: write
16+
steps:
17+
- uses: aslafy-z/conventional-pr-title-action@v3
18+
env:
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)