Skip to content

Fix: allow mkdocs preview job to write comments on PRs #142

Fix: allow mkdocs preview job to write comments on PRs

Fix: allow mkdocs preview job to write comments on PRs #142

Workflow file for this run

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