Skip to content

Commit 7fdca7b

Browse files
authored
ci: add workflow to check each PR title is a valid conventional commit (#755)
1 parent 7d2e6bb commit 7fdca7b

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Validate PR Title
2+
description: Checks the PR title is a conventional commit
3+
4+
on:
5+
pull_request_target:
6+
types:
7+
- opened
8+
- edited
9+
- reopened
10+
11+
jobs:
12+
conventional-commits:
13+
permissions:
14+
pull-requests: read
15+
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Release Please
2+
13
on:
24
push:
35
branches:
@@ -8,8 +10,6 @@ permissions:
810
issues: write
911
pull-requests: write
1012

11-
name: release-please
12-
1313
jobs:
1414
release-please:
1515
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]

0 commit comments

Comments
 (0)