Skip to content

Commit 7c3d233

Browse files
authored
chore: enable commitlint on PR merge queue (#44)
1 parent 27bd5e2 commit 7c3d233

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/commitlint.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Lint Commit Messages in Merge Queue
2+
3+
on:
4+
merge_group:
5+
types:
6+
- checks_requested
7+
8+
jobs:
9+
commitlint:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
with:
14+
ref: ${{ github.sha }}
15+
16+
- uses: wagoid/commitlint-github-action@v6

0 commit comments

Comments
 (0)