We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e351a02 commit 7d7468aCopy full SHA for 7d7468a
.github/workflows/conventional-commits.yml
@@ -0,0 +1,17 @@
1
+# The below is pulled from upstream and slightly modified
2
+# https://github.com/webiny/action-conventional-commits/blob/master/README.md#usage
3
+
4
+name: Conventional Commits
5
6
+on:
7
+ pull_request:
8
9
+jobs:
10
+ build:
11
+ name: Conventional Commits
12
+ runs-on: ubuntu-latest
13
+ permissions:
14
+ contents: read
15
+ steps:
16
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 https://github.com/actions/checkout/releases/tag/v4.2.2
17
+ - uses: webiny/action-conventional-commits@8bc41ff4e7d423d56fa4905f6ff79209a78776c7 # v1.3.0 https://github.com/webiny/action-conventional-commits/releases/tag/v1.3.0
0 commit comments