We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628e8d3 commit e02ff43Copy full SHA for e02ff43
1 file changed
.github/labeler.yml
@@ -23,10 +23,14 @@
23
"Category: CI":
24
- changed-files:
25
- any-glob-to-any-file:
26
- - .circleci/**
27
- - .github/**
28
- - '!.github/lsan-suppressions.txt'
29
- - '!.github/ISSUE_TEMPLATE/**'
+ - .circleci/*
+ - .github/actions/**/*
+ - .github/scripts/**/*
+ - .github/workflows/*
30
+ - .github/CODEOWNERS
31
+ - .github/labeler.yml
32
+ - .github/setup_hmailserver.php
33
+ - .github/matrix.php
34
35
"Extension: bcmath":
36
0 commit comments