Skip to content

Commit

Permalink
chore(ci): add "Conventional Commits GitHub Action"
Browse files Browse the repository at this point in the history
Longhorn 8824

Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit committed Jul 29, 2024
1 parent a05002c commit 5774604
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/conventional_commits.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Conventional Commits

on:
pull_request:
branches:
- '**'

jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: webiny/action-conventional-commits@v1.3.0

0 comments on commit 5774604

Please sign in to comment.