Skip to content

Commit

Permalink
ci: Add Unit Test paths to auto-labeler (#2242)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Jun 27, 2023
1 parent b483c1a commit 769c943
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/labeler.yml
Expand Up @@ -4,12 +4,16 @@
- cmake/**
'Component - Core':
- Core/**
- Tests/UnitTests/Core/**
'Component - Examples':
- Examples/**
- Tests/UnitTests/Examples/**
'Component - Fatras':
- Fatras/**
- Tests/UnitTests/Fatras/**
'Component - Plugins':
- Plugins/**
- Tests/UnitTests/Plugins/**
'Component - Documentation':
- docs/**
'Changes Performance':
Expand Down

0 comments on commit 769c943

Please sign in to comment.