Skip to content

Commit 7cd722f

Browse files
authored
ci: ensure PR subjects follow semantic commit spec (#2096)
1 parent 3e9509e commit 7cd722f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Semantic Pull Request Subject
2+
on:
3+
pull_request:
4+
types:
5+
- opened
6+
- reopened
7+
- edited
8+
- synchronize
9+
jobs:
10+
semantic-pr-subject:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: amannn/[email protected]
14+
env:
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)