Skip to content

[dependabot]: Bump rexml from 3.3.5 to 3.3.6 #124

[dependabot]: Bump rexml from 3.3.5 to 3.3.6

[dependabot]: Bump rexml from 3.3.5 to 3.3.6 #124

Workflow file for this run

name: Auto approve dependency upgrades and hot-fix PRs
on:
pull_request_target:
types:
- labeled
- ready_for_review
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v3
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' || github.actor == 'renofidev' || contains(github.event.pull_request.labels.*.name, 'HOTFIX-AUTO-APPROVE') || contains(github.event.pull_request.labels.*.name, 'self-approve') || contains(github.event.pull_request.labels.*.name, 'dependencies')
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"