Skip to content

Commit b45e2aa

Browse files
lint pr title
1 parent 89c260a commit b45e2aa

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: "Lint PR"
2+
on:
3+
pull_request:
4+
types:
5+
- opened
6+
- edited
7+
8+
jobs:
9+
title:
10+
name: Title
11+
if: github.event.action == 'opened' || github.event.changes.title.from
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: geo-engine/conventional-pr-title@v1
15+
with:
16+
types: |-
17+
build
18+
ci
19+
docs
20+
feat
21+
fix
22+
perf
23+
refactor
24+
test
25+
scopes: |-
26+
library
27+
examples

0 commit comments

Comments
 (0)