diff --git a/.github/labeler-pull-request-triage.yml b/.github/labeler-pull-request-triage.yml index 19f0cf1f76..ee1ab1edf9 100644 --- a/.github/labeler-pull-request-triage.yml +++ b/.github/labeler-pull-request-triage.yml @@ -1,4 +1,6 @@ -dependencies: - - vendor/**/* -documentation: - - website/**/* +Dependencies: +- changed-files: + - any-glob-to-any-file: 'vendor/*' +Documentation: +- changed-files: + - any-glob-to-any-file: 'docs/*'