Skip to content

Commit

Permalink
STYLE: Sort the infrastructure regexes in labeler dictionary
Browse files Browse the repository at this point in the history
Sort the infrastructure regexes in labeler dictionary: set the folders
starting with a dot first.
  • Loading branch information
jhlegarreta committed Oct 2, 2021
1 parent bffcf33 commit 8225a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/labeler.yml
Expand Up @@ -102,6 +102,6 @@ type:Testing:

type:Infrastructure:
files:
- "CMake/*"
- ".github/*"
- "CMake/*"
- "Utilities/*"

0 comments on commit 8225a45

Please sign in to comment.