ci: change pr linter

This commit is contained in:
Jef LeCompte
2021-02-23 11:44:49 -05:00
parent 03539ca666
commit 1c113efc42
2 changed files with 16 additions and 17 deletions
+16
View File
@@ -0,0 +1,16 @@
name: Pull Request Linter
on:
pull_request:
types:
- opened
- edited
- reopened
jobs:
lint-pr:
name: Lint pull request title
runs-on: ubuntu-latest
steps:
- name: Lint pull request title
uses: jef/conventional-commits-pr-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}