Skip to content

feat: add input to control if full list of changed resources are printed out in the action logs #176

feat: add input to control if full list of changed resources are printed out in the action logs

feat: add input to control if full list of changed resources are printed out in the action logs #176

name: Conventional Commits
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: liatrio/github-actions/conventional-pr-title@master
with:
token: ${{ secrets.GITHUB_TOKEN }}