Skip to content

feat(deps): bump @seamapi/types from 1.153.2 to 1.154.1 in the seam group #84

feat(deps): bump @seamapi/types from 1.153.2 to 1.154.1 in the seam group

feat(deps): bump @seamapi/types from 1.153.2 to 1.154.1 in the seam group #84

Workflow file for this run

---
name: Automerge
on:
pull_request:
branches:
- main
jobs:
merge:
name: Merge
runs-on: ubuntu-latest
timeout-minutes: 30
if: github.actor == 'dependabot[bot]'
steps:
- name: Approve pull request
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Merge pull request
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}