Skip to content

Commit

Permalink
ci: Add more labels to the labeler bot (#2209)
Browse files Browse the repository at this point in the history
This adds new labels to the labeler plot. We introduce labels for identifying which state of the reconstruction sequence the PR is affecting, as well a label to check if a reference file has been changed (i.e. a change of performance)
  • Loading branch information
CarloVarni committed Jun 14, 2023
1 parent 4a2919d commit e7d0ce9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,21 @@
- Plugins/**
'Component - Documentation':
- docs/**
'Changes Performance':
- CI/physmon/reference/**
'Event Data Model':
- '**/*EventData*/**'
'Clustering':
- '**/*Clusterization*/**'
'SP formation':
- '**/*SpacePointFormation*/**'
'Seeding':
- '**/*Seeding*/**'
'Track Finding':
- '**/*TrackFinding*/**'
'Track Fitting':
- '**/*TrackFitting*/**'
'Vertexing':
- '**/*Vertexing*/**'
'Ambiguity Resolution':
- '**/*AmbiguityResolution*/**'

0 comments on commit e7d0ce9

Please sign in to comment.