File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments