@@ -0,0 +1,22 @@
|
||||
name: 'PR Title is Conventional'
|
||||
on:
|
||||
pull_request_target:
|
||||
types:
|
||||
- opened
|
||||
- edited
|
||||
- synchronize
|
||||
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: amannn/[email protected]
|
||||
with:
|
||||
scopes: |
|
||||
llc
|
||||
persistence
|
||||
core
|
||||
ui
|
||||
requireScope: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user