labeler.yml 633 B

1234567891011121314151617181920212223242526
  1. "Changes: Sprites":
  2. - changed-files:
  3. - any-glob-to-any-file: '**/*.rsi/*.png'
  4. "Changes: Map":
  5. - changed-files:
  6. - any-glob-to-any-file:
  7. - 'Resources/Maps/**/*.yml'
  8. - 'Resources/Prototypes/Maps/**/*.yml'
  9. "Changes: UI":
  10. - changed-files:
  11. - any-glob-to-any-file: '**/*.xaml*'
  12. "Changes: Shaders":
  13. - changed-files:
  14. - any-glob-to-any-file: '**/*.swsl'
  15. "Changes: Audio":
  16. - changed-files:
  17. - any-glob-to-any-file: '**/*.ogg'
  18. "Changes: No C#":
  19. - changed-files:
  20. # Equiv to any-glob-to-all as long as this has one matcher. If ALL changed files are not C# files, then apply label.
  21. - all-globs-to-all-files: "!**/*.cs"