Commit 91e3cf6
authored
Add more rules for tag (#548)
* Add CODEOWNERS file for repository
Introduces a CODEOWNERS file to define code review responsibilities for various file types and directories, ensuring proper ownership and review coverage across the project.
* Add labeler
* Update labeler workflow triggers
Changed workflow triggers to run on pushes to 'main' and pull requests to any branch, replacing 'pull_request_target'.
* Fix on
* Update CODEOWNERS team references
Replaced old team handles with updated ones for file and directory ownership. This ensures correct code review assignments and reflects current team structure.
* Update rules
* Add json5 and xml patterns to labeler config
Updated the labeler configuration to include support for .json5 and .xml file patterns, ensuring these files are properly labeled in pull requests.
* Update CODEOWNERS file formatting and order
Moved the default owners entry to the top of the CODEOWNERS file for clarity and removed duplicate lines at the end. This improves maintainability and ensures ownership rules are clearly defined.1 parent 2503406 commit 91e3cf6
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
0 commit comments