Skip to content

Bump regex from 1.11.0 to 1.11.1 #1

Bump regex from 1.11.0 to 1.11.1

Bump regex from 1.11.0 to 1.11.1 #1

Workflow file for this run

name: Auto Merge Dependabot PRs
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
auto-merge:
name: Auto-merge dependabot PRs
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Auto-merge PR if it bumps the clap dependency
uses: pascalgn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
with:
merge-method: squash
# commit-message: "Auto-merged PR"
# title: "^Bump clap from .*$"