Automatically label Ruby PRs

This commit is contained in:
Nick Rolfe
2021-10-25 15:29:20 +01:00
parent 3fc6e2b294
commit 096c207b3e

4
.github/labeler.yml vendored
View File

@@ -18,6 +18,10 @@ Python:
- python/**/*
- change-notes/**/*python*
Ruby:
- ruby/**/*
- change-notes/**/*ruby*
documentation:
- "**/*.qhelp"
- "**/*.md"