Skip to content

Commit 96b0520

Browse files
committed
ci: check pr title
1 parent ff49beb commit 96b0520

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/pr-title.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: "Check PR title"
2+
3+
on:
4+
pull_request_target:
5+
types:
6+
- opened
7+
- edited
8+
- synchronize
9+
10+
jobs:
11+
check-title:
12+
runs-on: ubuntu-latest
13+
steps:
14+
# Please look up the latest version from
15+
# https://github.com/amannn/action-semantic-pull-request/releases
16+
- uses: amannn/[email protected]
17+
env:
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)