Skip to content

fix(coverage): emit coverage report when tests fail #38

fix(coverage): emit coverage report when tests fail

fix(coverage): emit coverage report when tests fail #38

name: Dependabot Auto-merge
on:
pull_request:
types: [opened, synchronize, reopened]
# Reusable workflow's job-level permissions are CAPPED by these.
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
uses: topcoder1/ci-workflows/.github/workflows/dependabot-auto-merge.yml@main
secrets: inherit # forwards GITHUB_TOKEN explicitly
with:
merge_method: squash
allow_minor: true