From dddf18872fc48ebbe5e4ccf60cb0bc162699f09e Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Thu, 26 Jun 2025 14:55:16 +1000 Subject: [PATCH] Add label to new pull requests that touch docs files --- .github/labeller.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/labeller.yml 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/**