Skip to content

fix: bump the ms-platform-dependencies group across 1 directory with 3 updates #7992

fix: bump the ms-platform-dependencies group across 1 directory with 3 updates

fix: bump the ms-platform-dependencies group across 1 directory with 3 updates #7992

Workflow file for this run

name: automerge
on:
workflow_run:
workflows: ['Build-Test'] # runs after CI workflow
types:
- completed
pull_request:
branches: [ master ]
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:
- name: automerge
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: "dependencies,!work in progress"
UPDATE_LABELS: "dependencies,!work in progress"
UPDATE_METHOD: "rebase"
MERGE_RETRIES: "5"
MERGE_RETRY_SLEEP: "5000"