Funkin/.github/labeler.yml

12 lines
287 B
YAML
Raw Normal View History

2024-10-05 00:20:45 -04:00
# Add Documentation tag to PR's changing markdown files, or anything in the docs folder
2024-05-23 14:37:50 -04:00
Documentation:
- changed-files:
- any-glob-to-any-file:
- docs/*
- '**/*.md'
2024-10-05 00:20:45 -04:00
# Add Haxe tag to PR's changing haxe code files
2024-05-23 14:37:50 -04:00
Haxe:
- changed-files:
- any-glob-to-any-file: '**/*.hx'