Skip to content

chore(deps): bump ace-builds from 1.34.2 to 1.36.5 in /sanity-cms #425

chore(deps): bump ace-builds from 1.34.2 to 1.36.5 in /sanity-cms

chore(deps): bump ace-builds from 1.34.2 to 1.36.5 in /sanity-cms #425

name: Dependabot auto-approve
on: pull_request
permissions:
contents: read
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Approve PR
if: ${{ contains(github.ref_name, 'github_actions') == false }}
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}