Skip to content

chore(deps-dev): bump @commitlint/cli from 17.6.7 to 17.7.0 #266

chore(deps-dev): bump @commitlint/cli from 17.6.7 to 17.7.0

chore(deps-dev): bump @commitlint/cli from 17.6.7 to 17.7.0 #266

Workflow file for this run

name: Dependabot auto-merge
on: pull_request
permissions:
contents: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v3
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.6.0
- name: Enable auto-merge for Dependabot PRs
if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-patch' }}
run: gh pr merge --auto --merge "$PR_URL"
env:
GH_TOKEN: ${{ secrets.DEPENDABOT_NODE_TOKEN }}
PR_URL: ${{github.event.pull_request.html_url}}