Skip to content

build(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0 #6

build(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0

build(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0 #6

Workflow file for this run

name: auto-approve
on: pull_request
permissions: read-all
jobs:
auto-approve:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Approve PR
run: gh pr review --approve ${{ github.event.pull_request.html_url }}
continue-on-error: true
env:
GH_TOKEN: ${{ github.token }}