Skip to content

Commit 86deb82

Browse files
committed
ci: add pr title validation
1 parent 735e04e commit 86deb82

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,10 @@ jobs:
5959
token: ${{ secrets.CODECOV_TOKEN }}
6060
files: ./clover.xml
6161

62+
pr-title:
63+
runs-on: ubuntu-latest
64+
steps:
65+
- uses: amannn/action-semantic-pull-request@v5
66+
env:
67+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68+

0 commit comments

Comments
 (0)