1
0

labeler.yml 783 B

12345678910111213141516171819202122232425262728293031
  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: Wiki":
  10. - changed-files:
  11. - any-glob-to-any-file:
  12. - "Wiki/src/**/*.md"
  13. "Changes: UI":
  14. - changed-files:
  15. - any-glob-to-any-file: "**/*.xaml*"
  16. "Changes: Shaders":
  17. - changed-files:
  18. - any-glob-to-any-file: "**/*.swsl"
  19. "Changes: Audio":
  20. - changed-files:
  21. - any-glob-to-any-file: "**/*.ogg"
  22. "Changes: No C#":
  23. - changed-files:
  24. # Equiv to any-glob-to-all as long as this has one matcher. If ALL changed files are not C# files, then apply label.
  25. - all-globs-to-all-files: "!**/*.cs"