mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-01-03 02:37:28 +00:00
Label me Docs
This commit is contained in:
parent
3267c61258
commit
9695e79134
4
.github/labeler.yml
vendored
4
.github/labeler.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue