Skip to content

chore: bump @babel/core from 7.23.7 to 7.23.9 in /test-files/webpack-project #84

chore: bump @babel/core from 7.23.7 to 7.23.9 in /test-files/webpack-project

chore: bump @babel/core from 7.23.7 to 7.23.9 in /test-files/webpack-project #84

name: Auto-Merge
on:
pull_request_target:
types: [labeled]
jobs:
enable-auto-merge:
runs-on: ubuntu-latest
# Specifically check that dependabot (or another trusted party) created this pull-request, and that it has been labelled correctly.
if: github.event.pull_request.user.login == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'dependencies')
steps:
- uses: alexwilson/enable-github-automerge-action@f4f9509cc5024102ac8d52d1c1d2d8e194afbbb3
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"