Skip to content

chore(deps): update env_logger requirement from 0.9.0 to 0.11.8 #3

chore(deps): update env_logger requirement from 0.9.0 to 0.11.8

chore(deps): update env_logger requirement from 0.9.0 to 0.11.8 #3

name: Check PR title
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
lint:
name: Check PR title
runs-on: ubuntu-latest
steps:
- uses: aslafy-z/conventional-pr-title-action@master
with:
success-state: Title follows the specification.
failure-state: Title does not follow the specification.
context-name: Check PR title
preset: conventional-changelog-angular@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}