diff --git a/.github/workflows/notify-docs-triagers.yml b/.github/workflows/notify-docs-triagers.yml index 059e6c397d70..0bdea7c85267 100644 --- a/.github/workflows/notify-docs-triagers.yml +++ b/.github/workflows/notify-docs-triagers.yml @@ -16,7 +16,8 @@ jobs: uses: tj-actions/changed-files@v42.0.2 with: files: | - **.md + doc: + - '**.md' - name: Create Comment on Pull request if: steps.changed-markdown-files.outputs.any_changed == 'true' uses: mshick/add-pr-comment@v2.8.2