Skip to content

Commit f80a356

Browse files
committed
Add: Add action for reporting the conventional commits
Make the conventional commits visible in each PR.
1 parent 86e1ab5 commit f80a356

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Conventional Commits
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
conventional-commits:
8+
name: Conventional Commits
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Report Conventional Commits
12+
uses: greenbone/actions/conventional-commits@v2

0 commit comments

Comments
 (0)