
* #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
17 lines
276 B
YAML
17 lines
276 B
YAML
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
|