Skip to content

chore(deps-dev): bump @babel/preset-env from 7.24.3 to 7.24.6 #678

chore(deps-dev): bump @babel/preset-env from 7.24.3 to 7.24.6

chore(deps-dev): bump @babel/preset-env from 7.24.3 to 7.24.6 #678

Workflow file for this run

name: Enable automerge on dependabot PRs
on:
pull_request_target:
jobs:
automerge:
name: Enable automerge on dependabot PRs
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
repository-projects: write
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v4
- run: gh pr merge ${{ github.event.pull_request.html_url }} --auto --squash
env:
GH_TOKEN: ${{ github.token }

Check failure on line 19 in .github/workflows/automerge.yml

View workflow run for this annotation

GitHub Actions / Enable automerge on dependabot PRs

Invalid workflow file

The workflow is not valid. .github/workflows/automerge.yml (Line: 19, Col: 17): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.