Skip to content

Bump the dev-dependencies group with 2 updates #26

Bump the dev-dependencies group with 2 updates

Bump the dev-dependencies group with 2 updates #26

Workflow file for this run

name: Wolpert Check
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
wolpert:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'wolpert'
steps:
- name: auto-approve
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Enable auto-merge
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}