Skip to content

feat(ci): improving release process using release-please #725

feat(ci): improving release process using release-please

feat(ci): improving release process using release-please #725

Workflow file for this run

name: 'Lint PR Title'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: dreampulse/action-lint-pull-request-title@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}