* #1 - project skeleton * #1 - composer fix * #1 - add app key to phpunit config * #1 - change default session driver * #1 - add EXTERNAL_WEBSERVER_PORT variable to .env.example
This commit is contained in:
16
.github/workflows/check-pr-title.yml
vendored
Normal file
16
.github/workflows/check-pr-title.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: Check PR Title
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- edited
|
||||
- synchronize
|
||||
- labeled
|
||||
- unlabeled
|
||||
|
||||
jobs:
|
||||
check-pr-title:
|
||||
name: Check PR title
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: blumilksoftware/action-pr-title@v1.2.0
|
Reference in New Issue
Block a user