From ca3923029d80e276f9ee463841b4da5116eccc0c Mon Sep 17 00:00:00 2001 From: Simonas <20096648+simjak@users.noreply.github.com> Date: Tue, 2 Jan 2024 11:13:08 +0200 Subject: [PATCH] feat: conventional commits --- .github/workflows/conventional_commits.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/conventional_commits.yml b/.github/workflows/conventional_commits.yml index 6f0e37fa..8221523f 100644 --- a/.github/workflows/conventional_commits.yml +++ b/.github/workflows/conventional_commits.yml @@ -12,5 +12,4 @@ jobs: - uses: actions/checkout@v3 - uses: webiny/action-conventional-commits@v1.1.0 with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} allowed-commit-types: "feat,fix" -- GitLab