Skip to content

chore(deps): bump @xmldom/xmldom from 0.8.9 to 0.8.10; affects [DynamicXml] #5143

chore(deps): bump @xmldom/xmldom from 0.8.9 to 0.8.10; affects [DynamicXml]

chore(deps): bump @xmldom/xmldom from 0.8.9 to 0.8.10; affects [DynamicXml] #5143

Workflow file for this run

name: Auto close
on:
pull_request_target:
types: [opened]
permissions:
pull-requests: write
jobs:
auto-close:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install action dependencies
run: cd .github/actions/close-bot && npm ci
- uses: ./.github/actions/close-bot
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'