Commit 7ac5c44
authored
gha: pr labeler label more file types (#2530)
Reasonable numbers of files to warrant labels for each type.
Counts of file types with new labels shown below:
- `find . -type f -name "*.xml" | wc -l` = 128
- `find . -type f -name "*.md" | wc -l` = 11
- `find . -type f -name "*.yml" | wc -l` = 17
- `find . -type f -name "*.yaml" | wc -l` = 2
To complete this PR we need to add the new labels on the repo label page:
https://github.com/apache/shiro/labels
3 labels to be added for: "documentation", "xml", "yaml"1 parent 483e546 commit 7ac5c44
1 file changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
37 | 43 | | |
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
42 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
0 commit comments