mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 07:37:39 +00:00
ci: change pr linter
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user