Skip to content

Commit

Permalink
chore(terra-draw): remove pr-conventional-commits and use commitlint …
Browse files Browse the repository at this point in the history
…cli to validate PR titles
  • Loading branch information
JamesLMilner committed Jan 19, 2025
1 parent d555156 commit 252ff3c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/commit-lint-prs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: PR Conventional Commit Validation

permissions:
pull-requests: read

on:
pull_request:
types: [opened, synchronize, reopened, edited]

jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
- name: PR Conventional Commit Validation Against Commit Lint Config
- run: echo "${{ github.event.pull_request.title }}" | npx commitlint
18 changes: 0 additions & 18 deletions .github/workflows/conventional-commit-prs.yml

This file was deleted.

0 comments on commit 252ff3c

Please sign in to comment.