Skip to content

Commit

Permalink
fix: update autolabeler config to point to src/lib/classes directory …
Browse files Browse the repository at this point in the history
…instead of src/app/classes for better file organization
  • Loading branch information
BramSuurdje committed Nov 25, 2024
1 parent 2d09997 commit d2c9e68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/autolabeler-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"Classes": [
{
"fileStatus": "renamed",
"includeGlobs": ["src/app/classes/**"],
"includeGlobs": ["src/lib/classes/**"],
"excludeGlobs": []
},
{
"fileStatus": "removed",
"includeGlobs": ["src/app/classes/**"],
"includeGlobs": ["src/lib/classes/**"],
"excludeGlobs": []
},
{
"fileStatus": "added",
"includeGlobs": ["src/app/classes/**"],
"includeGlobs": ["src/lib/classes/**"],
"excludeGlobs": []
}
],
Expand Down

0 comments on commit d2c9e68

Please sign in to comment.