Skip to content

Commit d00a860

Browse files
fix pr labeler
1 parent 12a79b6 commit d00a860

File tree

1 file changed

+32
-20
lines changed

1 file changed

+32
-20
lines changed

.github/labeler.yml

+32-20
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,39 @@
11
github:
2-
- .github/**/*
2+
- any:
3+
- changed-files:
4+
- any-glob-to-any-file:
5+
- .github/**/*
36

47
docs:
5-
- README.md
6-
- _coverpages.md
7-
- en/**/*
8-
- fa/**/*
9-
- in/**/*
10-
- tr/**/*
8+
- any:
9+
- changed-files:
10+
- any-glob-to-any-file:
11+
- README.md
12+
- _coverpages.md
13+
- en/**/*
14+
- fa/**/*
15+
- in/**/*
16+
- tr/**/*
1117

1218
tests:
13-
- CODEOWNERS
14-
- Makefile
15-
- codespell.txt
16-
- .editorconfig
17-
- .gitignore
18-
- .percy.yml
19-
- .pre-commit-config.yaml
20-
- .prettierignore
21-
- .prettierrc
19+
- any:
20+
- changed-files:
21+
- any-glob-to-any-file:
22+
- CODEOWNERS
23+
- Makefile
24+
- codespell.txt
25+
- .editorconfig
26+
- .gitignore
27+
- .percy.yml
28+
- .pre-commit-config.yaml
29+
- .prettierignore
30+
- .prettierrc
2231

2332
website:
24-
- .nojekyll
25-
- index.html
26-
- robots.txt
27-
- scripts/**/*
33+
- any:
34+
- changed-files:
35+
- any-glob-to-any-file:
36+
- .nojekyll
37+
- index.html
38+
- robots.txt
39+
- scripts/**/*

0 commit comments

Comments
 (0)