Skip to content

Commit

Permalink
make labeler recursive
Browse files Browse the repository at this point in the history
this is mentioned by Jan in Discord.
  • Loading branch information
takase1121 authored Nov 10, 2021
1 parent d22bf52 commit 2033b67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
- subprojects/*

"Category: Documentation":
- docs/*
- docs/**/*

"Category: Resources":
- resources/*
- resources/**/*

"Category: Themes":
- data/colors/*

"Category: Lua Core":
- data/core/*
- data/core/**/*

"Category: Fonts":
- data/fonts/*
Expand All @@ -32,4 +32,4 @@
- data/plugins/*

"Category: C Core":
- src/*
- src/**/*

0 comments on commit 2033b67

Please sign in to comment.