Skip to content

chore(deps-dev): bump @commitlint/cli from 17.7.1 to 18.1.0 #474

chore(deps-dev): bump @commitlint/cli from 17.7.1 to 18.1.0

chore(deps-dev): bump @commitlint/cli from 17.7.1 to 18.1.0 #474

Workflow file for this run

# https://github.blog/2021-03-11-scripting-with-github-cli/#using-gh-in-github-actions
name: Auto-merge
on:
pull_request_target:
types: [opened]
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: Enable auto-merge for new PRs
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}