Skip to content

Bump fast-xml-parser from 4.5.4 to 4.5.6 #4

Bump fast-xml-parser from 4.5.4 to 4.5.6

Bump fast-xml-parser from 4.5.4 to 4.5.6 #4

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