Skip to content

Commit

Permalink
Add: Add action for reporting the conventional commits
Browse files Browse the repository at this point in the history
Make the conventional commits visible in each PR.
  • Loading branch information
bjoernricks committed Apr 20, 2023
1 parent 6fab730 commit ffdfc8d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/conventional-commits.yml
@@ -0,0 +1,12 @@
name: Conventional Commits

on:
pull_request:

jobs:
conventional-commits:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- name: Report Conventional Commits
uses: greenbone/actions/conventional-commits@v2

0 comments on commit ffdfc8d

Please sign in to comment.