Skip to content

Use new beforeEach signature in TestPrinters adapter #134

Use new beforeEach signature in TestPrinters adapter

Use new beforeEach signature in TestPrinters adapter #134

Workflow file for this run

name: Auto approve
on: pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v2
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' || github.actor == 'renovate[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"