Skip to content

Commit 2c33a7c

Browse files
authored
Merge pull request #8862 from github/add-swift-to-labeler
Include Swift in `labeler.yml`
2 parents 47fdb79 + 00b1e4b commit 2c33a7c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/labeler.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,15 @@ Python:
2121
Ruby:
2222
- ruby/**/*
2323
- change-notes/**/*ruby*
24+
25+
Swift:
26+
- swift/**/*
27+
- change-notes/**/*swift*
2428

2529
documentation:
2630
- "**/*.qhelp"
2731
- "**/*.md"
2832
- docs/**/*
2933

3034
"QL-for-QL":
31-
- ql/**/*
35+
- ql/**/*

0 commit comments

Comments
 (0)