Skip to content

Update infection/infection requirement from ^0.32 to ^0.32 || ^0.33 #36

Update infection/infection requirement from ^0.32 to ^0.32 || ^0.33

Update infection/infection requirement from ^0.32 to ^0.32 || ^0.33 #36

name: Enable automerge on dependabot PRs
on:
# See note below about using pull_request_target
pull_request_target:
jobs:
automerge:
name: 🚀 Enable automerge on dependabot PRs
runs-on: ubuntu-latest
steps:
- name: 🚀 Enable automerge on dependabot PRs
run: gh pr merge --merge --auto "1"
env:
# A personal access token that you have generated and saved in the
# repo or org’s encrypted secrets
GH_TOKEN: ${{ secrets.DEPENDABOT_AUTO_MERGE_PERSONAL_ACCESS_TOKEN }}