Skip to content

chore(deps): bump globals from 15.12.0 to 15.14.0 #259

chore(deps): bump globals from 15.12.0 to 15.14.0

chore(deps): bump globals from 15.12.0 to 15.14.0 #259

Workflow file for this run

name: Dependabot Auto-Approve
on: pull_request
permissions:
pull-requests: write
jobs:
auto-approve:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- id: metadata
name: Dependabot Fetch Metadata
uses: dependabot/fetch-metadata@dbb049abf0d677abbd7f7eee0375145b417fdd34 # v2.2.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Dependabot Approve PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}