Label me Docs

This commit is contained in:
Hundrec 2024-10-04 21:20:45 -07:00 committed by Eric
parent 3267c61258
commit 9695e79134

4
.github/labeler.yml vendored
View file

@ -1,11 +1,11 @@
# Add Documentation tag to PR's changing markdown files, or anyhting in the docs folder
# Add Documentation tag to PR's changing markdown files, or anything in the docs folder
Documentation:
- changed-files:
- any-glob-to-any-file:
- docs/*
- '**/*.md'
# Adds Haxe tag to PR's changing haxe code files
# Add Haxe tag to PR's changing haxe code files
Haxe:
- changed-files:
- any-glob-to-any-file: '**/*.hx'