Skip to content

feat(mappings): add artio #141

feat(mappings): add artio

feat(mappings): add artio #141

Workflow file for this run

name: Conventional Commits Validation
on:
pull_request:
branches: [master]
types: [opened, synchronize, reopened, edited]
permissions:
contents: read
pull-requests: read
jobs:
validate-pr-title:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
requireScope: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
validate-commits:
name: Validate PR Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: webiny/action-conventional-commits@v1.3.0
with:
allowed-commit-types: "feat,fix,docs,test,ci,refactor,perf,chore,revert,build,style,release"