Skip to content

Commit c692e17

Browse files
committed
fix: update workflows titles
1 parent e43fbd8 commit c692e17

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/conventional-commits.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
name: Conventional Commit Check PR Title
2-
description: checks the PR title respects the conventional commit
1+
name: Conventional Commit as PR title
32

43
on:
54
pull_request_target:

.github/workflows/release.yaml

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)