diff --git a/.github/labeller.yml b/.github/labeller.yml new file mode 100644 index 0000000000..3eb8c74c96 --- /dev/null +++ b/.github/labeller.yml @@ -0,0 +1,10 @@ +# Labeler configuration file for GitHub Actions +# The action is ./.github/workflows/label.yml +# Docs for the syntax in this file can be found at +# https://github.com/actions/labeler + + +# Add 'Documentation' label to any changes within 'docs' folder or any subfolders +"Documentation+📑": +- changed-files: + - any-glob-to-any-file: docs/**