Skip to content

Commit

Permalink
Merge pull request #42 from auroraisluna/semantic-titles
Browse files Browse the repository at this point in the history
ci: PR Names semantic workflow
  • Loading branch information
alepouna authored Feb 4, 2023
2 parents d0c9dee + 023cd44 commit 962aa7d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/pr_semantic_titles.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Lint PR Name"

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

jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5

0 comments on commit 962aa7d

Please sign in to comment.