ci: make the conventional commits and PR actions more consistent
This commit is contained in:
parent
c8510574b5
commit
e130da77f4
6
.github/workflows/conventional-commits.yml
vendored
6
.github/workflows/conventional-commits.yml
vendored
@ -9,7 +9,9 @@ jobs:
|
|||||||
name: conventional commits
|
name: conventional commits
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- name: checkout code
|
||||||
- uses: webiny/action-conventional-commits@v1.3.0
|
uses: actions/checkout@v3
|
||||||
|
- name: conventional commits check
|
||||||
|
uses: webiny/action-conventional-commits@v1.3.0
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
@ -8,7 +8,7 @@ jobs:
|
|||||||
validate-pr-title:
|
validate-pr-title:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: PR Conventional Commit Validation
|
- name: conventional pull requests check
|
||||||
uses: ytanikin/PRConventionalCommits@1.1.0
|
uses: ytanikin/PRConventionalCommits@1.1.0
|
||||||
with:
|
with:
|
||||||
task_types: '["build","chore","ci","docs","feat","fix","perf","refactor","revert","style","test"]'
|
task_types: '["build","chore","ci","docs","feat","fix","perf","refactor","revert","style","test"]'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user