Skip to content

build(deps): bump mkdocs-material from 9.5.43 to 9.5.44 #2444

build(deps): bump mkdocs-material from 9.5.43 to 9.5.44

build(deps): bump mkdocs-material from 9.5.43 to 9.5.44 #2444

Workflow file for this run

name: Label Conflicts
on:
push:
branches:
- master
pull_request:
jobs:
triage:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: mschilde/auto-label-merge-conflicts@master
with:
CONFLICT_LABEL_NAME: "Status: Conflicted"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAX_RETRIES: 5
WAIT_MS: 5000