mirror of
https://github.com/R2Northstar/NorthstarLauncher
synced 2026-08-23 20:26:04 -04:00
9 lines
279 B
YAML
9 lines
279 B
YAML
# Add 'needs code review' label to any changes within the entire repository
|
|
needs code review:
|
|
- changed-files:
|
|
- any-glob-to-any-file: '**'
|
|
|
|
# Add 'needs testing' label to any changes within the entire repository
|
|
needs testing:
|
|
- changed-files:
|
|
- any-glob-to-any-file: '**'
|