Skip to content

chore!: rollback scope package naming for release-please #41

chore!: rollback scope package naming for release-please

chore!: rollback scope package naming for release-please #41

Workflow file for this run

name: Pull Request
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
permissions:
pull-requests: read
jobs:
conventional-title:
name: Validate PR title is Conventional Commit
runs-on: ubuntu-latest
steps:
- name: Check title
if: github.event_name == 'pull_request_target'
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
fix
feat
chore