Skip to content

Bump express from 4.18.2 to 4.19.2 in /DocumentSite #70

Bump express from 4.18.2 to 4.19.2 in /DocumentSite

Bump express from 4.18.2 to 4.19.2 in /DocumentSite #70

Workflow file for this run

name: "Dependabot Automerge - Action"
on:
pull_request_target:
jobs:
worker:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: 'Wait for status checks'
id: waitforstatuschecks
uses: WyriHaximus/[email protected]
with:
ignoreActions: worker,WIP,Automerge PRs
checkInterval: 37
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: 'Automerge'
uses: pascalgn/[email protected]
if: steps.waitforstatuschecks.outputs.status == 'success'
env:
MERGE_LABELS: "dependencies"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_DELETE_BRANCH: true