Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

build(deps): bump thiserror from 1.0.53 to 1.0.56 #3

build(deps): bump thiserror from 1.0.53 to 1.0.56

build(deps): bump thiserror from 1.0.53 to 1.0.56 #3

name: auto-merge-dependabot-pr
on:
pull_request:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: approve
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: merge
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}