From 0c28812b18868a4e3d8636b84aba88c6acdb107e Mon Sep 17 00:00:00 2001 From: Dani Aschwanden Date: Wed, 2 Oct 2024 23:29:06 +0200 Subject: [PATCH] ci: use forked ConventionalCommits validation workflow (#453) --- .github/workflows/prs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prs.yaml b/.github/workflows/prs.yaml index 525ca239..21f03d08 100644 --- a/.github/workflows/prs.yaml +++ b/.github/workflows/prs.yaml @@ -8,6 +8,6 @@ jobs: runs-on: ubuntu-latest steps: - name: PR Conventional Commit Validation - uses: ytanikin/PRConventionalCommits@1.3.0 + uses: f-eld-ch/PRConventionalCommits@main with: task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert", "security"]'