mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-07-27 07:41:02 +00:00
19 lines
473 B
YAML
19 lines
473 B
YAML
# Add Documentation tag to PR's changing markdown files, or anything in the docs folder
|
|
'pr: documentation':
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- docs/*
|
|
- '**/*.md'
|
|
|
|
# Add Haxe tag to PR's changing haxe code files
|
|
'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'
|