Skip to content

chore(deps): bump mkdocs-material from 9.5.49 to 9.5.50 #12

chore(deps): bump mkdocs-material from 9.5.49 to 9.5.50

chore(deps): bump mkdocs-material from 9.5.49 to 9.5.50 #12

Workflow file for this run

name: Label docs
on:
pull_request:
branches: [main]
types: [opened]
paths:
- "docs/**"
- "mkdocs.yml"
- ".github/workflows/mkdocs.yml"
jobs:
label-docs:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: add-label
uses: andymckay/labeler@master
with:
add-labels: "documentation"