Skip to content

Bump codecov/codecov-action from 5 to 6 in /.github/workflows #96

Bump codecov/codecov-action from 5 to 6 in /.github/workflows

Bump codecov/codecov-action from 5 to 6 in /.github/workflows #96

Workflow file for this run

name: Auto-merge
on: pull_request
permissions:
pull-requests: write
contents: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]'
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}