mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-15 11:22:55 +00:00
13 lines
314 B
YAML
13 lines
314 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:
|
|
- 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'
|