Skip to content

Bump actions/checkout from 4.2.1 to 4.2.2 in /.github/workflows #21

Bump actions/checkout from 4.2.1 to 4.2.2 in /.github/workflows

Bump actions/checkout from 4.2.1 to 4.2.2 in /.github/workflows #21

name: Dependabot Auto Merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot-auto-merge:
runs-on: ubuntu-22.04
if: github.event.pull_request.user.login == 'dependabot[bot]'
steps:
- name: Enable Auto Merge for Dependabot PRs
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: gh pr merge --auto --merge "$PR_URL"