From e2220fdd2cf5a81b994999bc7a2e22218040be27 Mon Sep 17 00:00:00 2001 From: Pierre Jeanjacquot <26487010+PierreJeanjacquot@users.noreply.github.com> Date: Thu, 5 Jun 2025 09:28:22 +0200 Subject: [PATCH] ci: lint PR title with conventional commit --- .github/workflows/pr-conventional-commit.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/pr-conventional-commit.yml diff --git a/.github/workflows/pr-conventional-commit.yml b/.github/workflows/pr-conventional-commit.yml new file mode 100644 index 00000000..8904242d --- /dev/null +++ b/.github/workflows/pr-conventional-commit.yml @@ -0,0 +1,14 @@ +name: Lint PR Title + +on: + pull_request_target: + types: + - opened + - edited + - reopened + +jobs: + lint-pr-title: + permissions: + pull-requests: read + uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/conventional-commits.yml@conventional-commits-v1.0.1