Skip to content

Commit 9f727c3

Browse files
PR Labels
1 parent 9b0ab02 commit 9f727c3

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

.github/labeler.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Give any pr the "PR: Assets" tag if there are changes inside the assets/ or extras/ folder.
2+
'PR: Assets':
3+
- changed-files:
4+
- any-glob-to-any-file:
5+
- assets/**
6+
- extras/appicons/**
7+
8+
# Give any pr the "PR: Documentation" tag if any .MD files are changed or if there are changes inside the docs/ folder.
9+
'PR: Documentation':
10+
- changed-files:
11+
- any-glob-to-any-file:
12+
- docs/**
13+
- '**/*.md'
14+
15+
# Give any pr the "PR: GitHub" tag if any .yml files are changed or if there are changes inside the .github/ folder.
16+
'PR: GitHub':
17+
- changed-files:
18+
- any-glob-to-any-file:
19+
- .github/**
20+
- '.gitignore'
21+
- '**/*.yml'
22+
23+
# Give any pr the "PR: Haxe" tag if any haxe related files are changed.
24+
'PR: Haxe':
25+
- changed-files:
26+
- any-glob-to-any-file:
27+
- '**/checkstyle.json'
28+
- '**/hxformat.json'
29+
- '**/*.hx'
30+
- '**/*.hxp'
31+
- '**/*.hxpkg'
32+
33+
# Give any pr the "PR: Other" tag if any other files are changed that don't fit the rest of the tags.
34+
'PR: Misc':
35+
- changed-files:
36+
- any-glob-to-any-file:
37+
- '.vscode/**'
38+
- 'extras/**'
39+
- '!extras/appicons/**'
40+
- 'setup/**'
41+
- 'LICENSE' # Meant to be off limits for any pr but Crusher or Til may change it.

0 commit comments

Comments
 (0)