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 e43fbd8 commit c692e17Copy full SHA for c692e17
.github/workflows/conventional-commits.yaml
@@ -1,5 +1,4 @@
1
-name: Conventional Commit Check PR Title
2
-description: checks the PR title respects the conventional commit
+name: Conventional Commit as PR title
3
4
on:
5
pull_request_target:
.github/workflows/release.yaml
@@ -1,3 +1,5 @@
+name: Release Please
+
push:
branches:
@@ -8,8 +10,6 @@ permissions:
8
10
issues: write
9
11
pull-requests: write
12
-name: release-please
-
13
jobs:
14
release-please:
15
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/[email protected]
0 commit comments