Skip to content

PR Labeler: label PRs which update **/README.md as type/docs #278

PR Labeler: label PRs which update **/README.md as type/docs

PR Labeler: label PRs which update **/README.md as type/docs #278

---
name: enforce conventional commits
on: [pull_request]
jobs:
check-title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}