Skip to content

Bump the rust-minor-patch group with 1 update #24

Bump the rust-minor-patch group with 1 update

Bump the rust-minor-patch group with 1 update #24

Workflow file for this run

name: automerge
on: pull_request
permissions:
pull-requests: write
contents: write
jobs:
automerge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Enable Pull Request Automerge
run: gh pr merge --squash --auto --repo "${{ github.repository }}" "${{ github.event.pull_request.number }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}