From 0b103e94fcbbf56aa39b9d6a28cd3a9d3c7758ef Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 02:28:38 +0000 Subject: [PATCH] chore(patch): update webiny/action-conventional-commits to v1.3.1 #patch --- .github/workflows/glueops-basic-pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/glueops-basic-pr-checks.yml b/.github/workflows/glueops-basic-pr-checks.yml index b50e440..ed38d53 100644 --- a/.github/workflows/glueops-basic-pr-checks.yml +++ b/.github/workflows/glueops-basic-pr-checks.yml @@ -15,7 +15,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Validate Conventional Commit Messages - uses: webiny/action-conventional-commits@8bc41ff4e7d423d56fa4905f6ff79209a78776c7 # v1.3.0 + uses: webiny/action-conventional-commits@faccb24fc2550dd15c0390d944379d2d8ed9690e # v1.3.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Optional, for private repositories. allowed-commit-types: "fix,docs,style,refactor,test,chore,pref,ci,chore,feat,breaking,major,revert"