Skip to content

Bump codecov/codecov-action from 2 to 5 #13

Bump codecov/codecov-action from 2 to 5

Bump codecov/codecov-action from 2 to 5 #13

name: Dependabot auto-merge
on: # yamllint disable-line rule:truthy
pull_request_target:
types:
- opened
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
auto-approve:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: hmarr/auto-approve-action@v4