Add label to new pull requests that touch docs files

This commit is contained in:
Hamish Willee 2025-06-26 14:55:16 +10:00 committed by Ramon Roche
parent 0622f12285
commit dddf18872f

10
.github/labeller.yml vendored Normal file
View File

@ -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/**