Skip to content

feat: add GitHub Action to auto-merge Dependabot PRs #137

feat: add GitHub Action to auto-merge Dependabot PRs

feat: add GitHub Action to auto-merge Dependabot PRs #137

name: Conventional Commits Check
on: pull_request
jobs:
check-conventional-commits:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check Commit Conventions
uses: webiny/[email protected]