Skip to content

Bump undici from 5.25.4 to 5.28.3 in /web #784

Bump undici from 5.25.4 to 5.28.3 in /web

Bump undici from 5.25.4 to 5.28.3 in /web #784

Workflow file for this run

name: automerge
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: {}
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- uses: tibdex/github-app-token@v1
id: generate-token
with:
app_id: ${{ secrets.GH_APPS_ID }}
private_key: ${{ secrets.GH_APPS_PRIVATE_KEY }}
continue-on-error: true
- name: automerge
uses: "pascalgn/automerge-action@f81beb99aef41bb55ad072857d43073fba833a98"
env:
GITHUB_TOKEN: "${{ steps.generate-token.outputs.token }}"
MERGE_LABELS: "automerge"
MERGE_REMOVE_LABELS: "automerge"
continue-on-error: true