Skip to content

Bump mkdocs-material from 9.5.17 to 9.5.21 #551

Bump mkdocs-material from 9.5.17 to 9.5.21

Bump mkdocs-material from 9.5.17 to 9.5.21 #551

Workflow file for this run

name: pr labeler
on:
pull_request:
types: [opened]
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v5.0.0
with:
configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}