Skip to content

Bump probot from 12.3.3 to 13.4.2 #4871

Bump probot from 12.3.3 to 13.4.2

Bump probot from 12.3.3 to 13.4.2 #4871

Workflow file for this run

name: Auto Approval
on: pull_request_target
jobs:
auto-approve-dependabot:
runs-on: ubuntu-latest
steps:
- name: Approve Dependabot updates
uses: hmarr/[email protected]
if: github.actor == 'dependabot[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"