Update labeler workflow ()

This commit is contained in:
Abnormal 2025-01-23 21:19:58 +00:00 committed by GitHub
parent 2adae38805
commit 7e0f4d9c84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

11
.github/labeler.yml vendored
View file

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