Skip to content

Commit f9aacac

Browse files
authored
Merge pull request #52 from encryption4all/ci/pr-title-check
ci: add semantic PR title check workflow
2 parents 72dd0cf + 847315d commit f9aacac

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/pr-title.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: PR Title
2+
3+
on:
4+
pull_request:
5+
types: [opened, edited, synchronize, reopened]
6+
7+
jobs:
8+
lint-pr-title:
9+
name: Conventional Commit
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: amannn/action-semantic-pull-request@v5
13+
env:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)