From 5418e28374d902f42234915f487dfa090dd50a3c Mon Sep 17 00:00:00 2001 From: Marek Serafin Date: Wed, 29 May 2024 13:17:25 +0200 Subject: [PATCH] chore(github-actions): matching main --- .github/workflows/commit-message-validator.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/commit-message-validator.yml b/.github/workflows/commit-message-validator.yml index 49a34250..3d9a6a34 100644 --- a/.github/workflows/commit-message-validator.yml +++ b/.github/workflows/commit-message-validator.yml @@ -12,5 +12,7 @@ jobs: - name: Commit message validation uses: lumapps/commit-message-validator@master + with: + no_jira: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file