Skip to content

npm: bump babel-loader from 9.1.3 to 9.2.1 #288

npm: bump babel-loader from 9.1.3 to 9.2.1

npm: bump babel-loader from 9.1.3 to 9.2.1 #288

Workflow file for this run

name: Auto-Merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
name: Auto-Merge
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge "$PR_URL" --auto --squash --delete-branch --subject "$COMMIT_MESSAGE"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMMIT_MESSAGE: ${{ github.event.pull_request.title }}