Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

chore(ci): bump webiny/action-conventional-commits from 1.3.0 to 1.3.1 in the gh-actions-deps group #114

chore(ci): bump webiny/action-conventional-commits from 1.3.0 to 1.3.1 in the gh-actions-deps group

chore(ci): bump webiny/action-conventional-commits from 1.3.0 to 1.3.1 in the gh-actions-deps group #114

name: Conventional Commits Verification Workflow
on:
pull_request:
jobs:
test-pr-commit-msg:
name: Test the PR's commit message for compliance with Conventional Commits.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: webiny/action-conventional-commits@v1.3.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}