mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
11 lines
288 B
YAML
11 lines
288 B
YAML
# Add Documentation tag to PR's changing markdown files, or anyhting in the docs folder
|
|
Documentation:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/*
|
|
- '**/*.md'
|
|
|
|
# Adds Haxe tag to PR's changing haxe code files
|
|
Haxe:
|
|
- changed-files:
|
|
- any-glob-to-any-file: '**/*.hx'
|