Skip to content

chore(deps): bump cycjimmy/semantic-release-action from 4 to 6 in the github-actions group #44

chore(deps): bump cycjimmy/semantic-release-action from 4 to 6 in the github-actions group

chore(deps): bump cycjimmy/semantic-release-action from 4 to 6 in the github-actions group #44

Workflow file for this run

---
name: PR Title Lint
'on':
pull_request_target:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
jobs:
validate:
name: Validate PR Title
runs-on: ubuntu-latest
if: github.event_name == 'pull_request_target'
steps:
- name: Validate PR title
uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
chore
docs
style
refactor
perf
test
build
ci
requireScope: false