Skip to content

Bump codecov/codecov-action from 4 to 5 #3

Bump codecov/codecov-action from 4 to 5

Bump codecov/codecov-action from 4 to 5 #3

Workflow file for this run

name: AutoMerge
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
if: >
github.actor == 'dependabot[bot]' ||
github.actor == 'CompatHelper[bot]' ||
github.actor == 'github-actions[bot]'
steps:
- name: Enable auto-merge
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_URL: ${{ github.event.pull_request.html_url }}
run: gh pr merge --auto --merge "$PR_URL"