Skip to content

Commit

Permalink
chore: add lint-pr-title workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Mar 7, 2024
1 parent be6b8f3 commit 4334ee3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/lint-pr-title.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Lint PR title

on:
pull_request_target:
types:
- opened
- edited
- synchronize

jobs:
lint-pr-title:
uses: launchdarkly/gh-actions/.github/workflows/lint-pr-title.yml@main

0 comments on commit 4334ee3

Please sign in to comment.