ci: make the conventional commits and PR actions more consistent

This commit is contained in:
Matouš Volf 2024-08-15 12:42:25 +02:00
parent c8510574b5
commit e130da77f4
2 changed files with 5 additions and 3 deletions

View File

@ -9,7 +9,9 @@ jobs:
name: conventional commits
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: webiny/action-conventional-commits@v1.3.0
- name: checkout code
uses: actions/checkout@v3
- name: conventional commits check
uses: webiny/action-conventional-commits@v1.3.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@ -8,7 +8,7 @@ jobs:
validate-pr-title:
runs-on: ubuntu-22.04
steps:
- name: PR Conventional Commit Validation
- name: conventional pull requests check
uses: ytanikin/PRConventionalCommits@1.1.0
with:
task_types: '["build","chore","ci","docs","feat","fix","perf","refactor","revert","style","test"]'