Skip to content

build(deps-dev): bump @babel/traverse from 7.22.8 to 7.23.2 #4

build(deps-dev): bump @babel/traverse from 7.22.8 to 7.23.2

build(deps-dev): bump @babel/traverse from 7.22.8 to 7.23.2 #4

# SPDX-FileCopyrightText: 2023 Kevin de Jong <monkaii@hotmail.com>
# SPDX-License-Identifier: CC0-1.0
---
name: Conventional Commits
on:
pull_request:
types:
- opened
- edited
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: write
jobs:
commit-me:
name: Conventional Commits Compliance
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run CommitMe
uses: dev-build-deploy/commit-me@v0
with:
token: ${{ github.token }}
include-commits: true